How to copy files from desktop to Gateway servers using WinSCP
Copy/Transfer files from my local desktop to Ezeelogin Gateway
You can use ’WinSCP’ or ’FileZilla’ Application or ’sftp’ or scp command to transfer files from your desktop or local machines to the remote ssh jump server. Once the file is on the ssh jump server, you can you use the Secure Copy or Parallel Copy feature to transfer the file to other remote servers behind the ssh jump host.


Note: If you use SCP protocol to transfer the file from your Desktop to the Ezeelogin gateway it won’t work, and will get the following error.


Authenticate using the ssh gateway user name for scp or sftp to upload the file into the home directory of the ssh gateway user.
scp /your/file/name your-ssh-gateway-user@gateway-server-host:~/
scp -P30004 test [email protected]:~/
sftp [email protected]
sftp> put ioncube_loaders_lin_x86-64.tar.gz
sftp> ls
ezsh.log ioncube_loaders_lin_x86-64.tar.gz
sftp> pwd
Remote working directory: /home/john
sftp>