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

martin

Re: Secure Connection Script

If you want to use FTP protocol, you need to specify it with ftp:// prefix. WinSCP defaults to SFTP. However current version does not support FTP over SSL yet. The next one will.
Scotty

Secure Connection Script

I'm trying to create a script (Ran by a batch file) that creates a secure connection to a ftp site. My script so far is as follows below.

open username:password@host.com

When I run this I get a connection time out. Now if I try to connect to this ftp site via the command line I get this 530 SSL Strength Insufficient. Using the provided password.

Any ideas?