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: figured it out

Can you give us an example of the solution?
There's no slash missing in your open command.
Liza

figured it out

Hi
I figured it out. I found documentation on here for the creating the script in the WinSCP UI – I was missing a backslash on the open ftps command!

Thank you for this great resource!
LIza

Access Denied - Open FTPS Connection

Hello!
I am able to establish a connection via the UI but having a hard time via script.

An example of the code i am using:
open ftps://username:password@ouraccount.sharefileftp.com

but I receive:
Connecting to ouraccount.sharefileftp.com...

TLS connection established. Waiting for welcome message...
Access denied.
Credentials were not specified.

Any insight would be appreciated!