Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.1k views
in .NET FTP by
Hi,

I am using edtftpnet-1.1.5 for connecting to the ftp. But while connecting to the FTP i am getting the error like

'SYST': command not understood

Why i am getting this error? How can i solve this issue?

pls send to anilbabu@intermediasoftech.com

Regards,
Anil Babu. K

1 Answer

0 votes
by (162k points)
That's unfortunate - your server doesn't support SYST.

try

ftp.FTPFileFactory = new FTPFileFactory("WINDOWS");

or

ftp.FTPFileFactory = new FTPFileFactory("UNIX");

That will simulate SYST for you.

Hi,

I am using edtftpnet-1.1.5 for connecting to the ftp. But while connecting to the FTP i am getting the error like

'SYST': command not understood

Why i am getting this error? How can i solve this issue?

pls send to anilbabu@intermediasoftech.com

Regards,
Anil Babu. K

Categories

...