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: Sftp transfer by using put command in winscp automation failed from sftp restricted shell

If you chroot to /var/ftp, you should see (even in GUI) the upload subfolder as /upload, not as /var/ftp/upload. Don't you?

If this does not help, please post logs files from both the script and the GUI.
Muhsin

Sftp transfer by using put command in winscp automation failed from sftp restricted shell

I m trying to transfer files from Linux to Windows by using scheduler in windows.
there is dedicated linux user and user restricted SSH shell and enable sftp shell only (used this article to set sftp shell https://www.digitalocean.com/community/tutorials/how-to-enable-sftp-without-shell-access-on-ubuntu-16-04). Used ssh (priv/pub ley) for authentication. but while running bat automation file error saying No such a file for directory. but if we try via Winscp gui, remote directory is listing and files are transferring .

please see screenshot