Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
9k views
in Java FTP by (340 points)
Hi there:
Dose anyone know how to access FTP sever on z/os(the directory is like "IBMUSER.C(PGMB)") using edtftpj?
Thanks
regards!

7 Answers

0 votes
by (162k points)
What do you mean by access? What operations?
0 votes
by (340 points)
What do you mean by access? What operations?


Hi:
I just want to list and transfer files from z/os to local(windows or linux) with edtftpj. How can I do?
0 votes
by (162k points)
I know a number of our users are on z/OS. What problems have you had?
0 votes
by (340 points)
Hi Bruce:
In fact, I don't know much about z/os before, I seen there are two partitions in z/os:

- Unix partition (filepath separator is "/"), in most cases:
ftpClient.chdir("C:/");
ftpClient.get("myFile.txt"); 


- ZOS partition (filepath separator is "."),
How to deal with the directory like "IBMUSER.C(PGMA)" with edtftpj?

thanks!
0 votes
by (340 points)
appreciated if someone could help!
0 votes
by (162k points)
You might need to experiment a little - we don't have access to z/OS.

e.g. try chdir("'IBMUSER.C(PGMB)'")
0 votes
by (340 points)
Ok, I'm trying out, thanks a lot!

Categories

...