Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
7.2k views
in .NET FTP by (800 points)
Hi,

I downloaded the latest version and trying to implement it now.. This is the way I am doing:

ftpConnection1.ServerAddress = "XXXXXXXX";
ftpConnection1.UserName = "XXXXX";
ftpConnection1.Password = "XXXX";
ftpConnection1.Connect();
ftpConnection1.Site = "lrecl=66 blksize=27984 recfm=fb";
ftpConnection1.ChangeWorkingDirectory("C:\\bn");
ftpConnection1.UploadFile(@"C:\EIS_FTP\OUTBOX\amfm.catslocn.cen",@"TUE0FZZ7");
ftpConnection1.Close();

I am getting this run time error for ChangeWorkingDirectory:

An unhandled exception of type 'EnterpriseDT.Net.Ftp.FTPException' occurred in edtftpnet.dll Additional information: A qualifier in "C:\bn" contains an invalid character

Also getting this compilation error for Site:

Cannot implicitly convert type

13 Answers

0 votes
by (800 points)
Hi Bruce,
It's really a nice experience with EDT..........Your constant & quick help and cooperation helped me to resolve the issues.
I tried to debug through the log file also...but now it's not giving any more problem. I really don't know the reason of the error I got previously. But, now it's working fine.

Thank YOU and your GREAT TEAM :) .

Regards,

Lita.
0 votes
by (51.6k points)
Thanks very much for the kind words and good luck with your project.

- Hans (EDT)
0 votes
by (800 points)
Thanks Hans............ :)

Categories

...