Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

FTPS Methods of Invoking - Explicit Encryption

Hello Friends.
Sorry for my English, I speak Spanish.

I need to connect to a Server: FTP-Secure (with SSL – Explicit Encryption). Through the GUI, I can connect without problems, but as I can do it through command mode (using WinSCP.com).

For example, If my data was as follows:
* User: UsrName
* Password: UsrPassword
* IPServerFTPS: 12.120.168.14
* Port: 2100

The command string would be as follows:
open ftps://UsrName:UsrPassword@12.120.168.14:2100 -explicitssl

Please help...

I'm using: WinSCP Version 4.3.2 and Windows 7 Professional.