Error on output file. - WeOnlyDo Discussion board

Error on output file. (wodFtpDLX / wodFtpDLX.NET)

by eBorbolla, Wednesday, May 13, 2020, 22:26 (1436 days ago)
edited by eBorbolla, Wednesday, May 13, 2020, 22:47

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?


Complete thread: