Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

guest_Tom

Re: Cannot upload file to FTPS server

Why are using Implicit?
martin

Re: Cannot upload file to FTPS server

Can upload the file anyhow? In WinSCP GUI? In any other FTPS client?
Guest

Cannot upload file to FTPS server

After connect FTPS server with sessionOpts.FtpSecure = FtpSecure.Implicit successfully, I will put file to FTPS server
TransferOperationResult transResult = session.PutFiles(uploadFile, uploadTo, false, transOptions);
uploadFile = D:\Test\1\TestHTTP.x12;
uploadTo = "/"

but put file is unsuccessful & show exception error at below:
[WinSCP Exception] Put Files [D:\Test\1\TestHTTP.x12] Unsuccess Error Happens: Error transferring file 'D:\Test\1\TestHTTP.x12'.
Copying files to remote side failed.
Can't open data connection.