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

PK_irl

SFTP connect script without password

Hi,
I'm trying to script an automated upload to SFTP server.
The user account is setup without password and I have no control over it.
In the script I have:
open sftp://user:@xxx.xxx.xxx.xxx
to connect to the server but I get a prompt to enter the password. Simply by pressing ENTER the script proceeds with the uploads, if button is not pressed it disconnects.
Is there anything that could be done?

Thank you