Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
5k views
in .NET FTP by (120 points)
i am writeing these lines of code. at the last line it through an exception "List Command Failed"

Please help me regarding this

ftp = new FTPClient(App.Settings.RemotingServer, 21);
ftp.Login("Upload", "X78UT56");
ftp.ConnectMode = FTPConnectMode.PASV;
ftp.TransferType = FTPTransferType.ASCII;
ftp.ChDir("CorelinqUpdates//");
FTPFile[] files = ftp.DirDetails(".");

Regards
Kamran

1 Answer

0 votes
by (161k points)
You'll need to post a log file.

i am writeing these lines of code. at the last line it through an exception "List Command Failed"

Categories

...