Error on output file. (wodFtpDLX / wodFtpDLX.NET)
Hi, good day.
I got this exception after I upload a file in a remote FTP Server:
/inbox/prueba: Error on output file.
I set
ftpServer.LocalPath = @"C:\Reportes\prueba"; (the file doesn't have extension)
and after connect:
ftpServer.PutFile("/inbox");
and then I got "/inbox/prueba: Error on output file."
The file is uploaded to the inbox folder, but in my code I recieve that exception.
Can sombody help me with this?