Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.9k views
in .NET FTP by (120 points)
Hi,
i'm using edtftp free v1.3 in my page ftppage.aspx in .net 1.1 version.

I try this for upload my local file on remote host:

string sFileName ="d:\\development\\file.xml";
string remotefile = "file.xml";

ftpConnection2.Connect();
ftpConnection2.UploadFile(sFileName,remotefile);
ftpConnection2.Close();

i don't get any error but the file on remote host don't exist!

Thank for all, sorry for my english!

1 Answer

0 votes
by (162k points)
Enable logging and post a snippet from your log file.

Categories

...