Discuss (FTP), (FTP on .NET CF) and (FTPS, SFTP and SCP).
no avatar
User

chkami58

Posts

1

Joined

Thu Feb 24, 2005 5:32 pm

Problem in ChDir and DirDetails

by chkami58 » Thu Feb 24, 2005 5:50 pm

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
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

Re: Problem in ChDir and DirDetails

by support2 » Thu Feb 24, 2005 8:42 pm


Who is online

Users browsing this forum: No registered users and 13 guests

Powered by phpBB ® | phpBB3 Style by KomiDesign