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