Error on output file. - WeOnlyDo Discussion board

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

by eBorbolla, Wednesday, May 13, 2020, 22:26 (1438 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?

Error on output file.

by Jasmine, Thursday, May 14, 2020, 00:16 (1437 days ago) @ eBorbolla

Hi.

Are you sure /inbox/prueba is valid name? Usually, it would be /home/username/inbox/prueba, but I may be wrong. Perhaps you really don't have permission to upload there?

All paths are absolute in wodFtpDLX.

Regards,
Jasmine.

Error on output file.

by eBorbolla, Thursday, May 14, 2020, 01:37 (1437 days ago) @ Jasmine

the weird thing here is that the file is uploaded successfully in that path, but even so, I receive that exception.

Error on output file.

by Jasmine, Thursday, May 14, 2020, 06:46 (1437 days ago) @ eBorbolla

Hi.

Can you be more specific, exactly,what component are you using, and what protocol?

If you try to upload using any other client (such as Filezilla or WinSCP) do you get same error?

Jasmine.

Error on output file.

by eBorbolla, Thursday, May 14, 2020, 16:21 (1437 days ago) @ Jasmine

Hi

Can you be more specific, exactly,what component are you using, and what protocol?

wodFtpDLX.NET
ftpServer.SecureMethod = System.Security.Authentication.SslProtocols.Tls12;
ftpServer.Protocol = Protocols.FTPSwithdata; (FTP+SSL protocol with secured data channel)

If you try to upload using any other client (such as Filezilla or WinSCP) do you get same error?

No, I tried this with FileZilla and none error was displayed. The "Encryption" configured in FileZila is "Use explicit FTP over TLS if availible"

Thank's for your help.

Hi.

Can you be more specific, exactly,what component are you using, and what protocol?

If you try to upload using any other client (such as Filezilla or WinSCP) do you get same error?

Jasmine.

Error on output file.

by Jasmine, Thursday, May 14, 2020, 21:55 (1437 days ago) @ eBorbolla

Hi.

I can't say what's wrong since this error comes from the server. I can only suggest you check out on server logs to see what's going on and why is error reported. Upload is an upload - not much client can do differently than send file to remote side.

Jasmine.

Error on output file.

by eBorbolla, Thursday, May 14, 2020, 22:12 (1437 days ago) @ Jasmine

Yes, I'm checking in the server side.

Thank you so much for the help.

Greetings.