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!