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

martin

Re: Trouble with Scripting command

In WinSCP (as opposite to e.g. Windows command-line FTP client), there's no distinct connection and authentication steps. So, you have to specify your credentials in open command.
Kyle.radc

Trouble with Scripting command

I'm having issues figuring out how to script Winscp to connect to my FTP server. I know I must just be missing something simple but I'm not able to see what it is.

I have an FTPS with an Implicit encryption that I'm wanting to script connecting to and uploading / Downloading a specific file. I'm trying to get it connected first before I move to the automation part, however typing "winscp.exe ftps://<ip>:990 /implicit" prompts for a username, but never actually hits my server that I can see.

If anyone could help step me through winscp I would appreciate it it. This is the first I've ever tried to use it.