Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
9k views
in General by (160 points)
I'm trying to transfer a text file from Z/OS to Windows using edtftpnet-1.2.3.dll from VB.Net. Normally it operates properly, but, when an

4 Answers

0 votes
by (161k points)
Try setting the DataEncoding property to something more suitable than ASCII.
0 votes
by (160 points)
We have changed from 1.2.3 version to 2.0.0 version in order to user the Encoding property, but now I guess we have another problem. with 1.2.3 version we where using the method DirDetails to obtain information (file size, timestamping) from a Partitioned Data Set from (PDS) Z/OS, now, with the 2.0.0 version we can use the method DirDetails but it returns nothing to us and we don
0 votes
by (161k points)
Post a log file set to the Debug level.
0 votes
by (340 points)
Hi Sonia:
Would you please help me about how to handle the DSN(like "IBMUSER.C(PGMA)") when using edtftpj to get file from z/os? Convert z/os style to ordinary style(with "/") or just:

ftpClient.chdir("IBMUSER.C");
ftpClient.get("IPGMA");


I don't have the test env myself, can you share some samples, any suggest will be greatly appreciated!

regards!

Categories

...