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

GreedyWildcard

How to upload a file with SCP protocol when shell is unavailable

Working with a server that does support SCP protocol

I can upload files with SCP inside a CURL wrapper via:
curl -u <username> -T <filename> scp://server.domain.com


However, there is no external/public SSH session / shell available (server address is public-facing), so WinSCP fails login once it reaches "Server refused to start a shell/command".

Is there any way to do this in WinSCP? Essentially just a "blind upload" with SCP protocol?
SFTP is available, but SCP outperforms by a large margin. CLI works great, but looking for a "for dummies" GUI option too.