Data Transfer/SFTP
Jump to navigation
Jump to search
SFTP is a network protocol for data transfer.
Usage
Windows
We strongly recommend to use MobaXterm for data transfer between your PC and a remote system you have access to.
MacOS & Linux
Direct/interactive access via an sftp-shell:
> sftp <username>@<remotehost> Connecting to <remotehost><br> <username>@<remotehost>s password: sftp> ls ... sftp> help ... sftp> put myfile sftp> get myfile