I have a problem during upload a file on a secure ftp server.
After invoking PUT, the file is correctly uploaded, but i receive an exception of fileNotFound; Why?
Try
moFTP.Put(sFile, "\" + sSrvDir + sFile.Substring(sFile.LastIndexOf("\") + 1), False)
Catch ex As Exception
msgbox ex.Message
End Try
I'm working with VB.NET and trial version of EDTFTPpro
Regards