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

kurt

Found it !!!

open ftp://login:password@MyFTPsite:21 -passive -explicittls -timeout=300
kurt

FTP and TLS

Hi,

When i create a profile into Winscp GUI using FTP, TLS explicite cryptage and PASV mode on port 21 the connection is fine.

But when i try to script it, it is not working.
Here is the command i'm using :

open ftp://login:password@myftpsite:21 -passive -timeout=300

I've tried too
open ftps://login:password@myftpsite:21 -passive -timeout=300

But same issue. I think it is cause i didn't define TLS but don't know how to declare the option.
I didn't find into the Help on the site.

Thanks