Data Transfer/SFTP: Difference between revisions
Jump to navigation
Jump to search
H Schumacher (talk | contribs) (created page) |
(No difference)
|
Revision as of 20:17, 21 November 2024
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 acess to.
Linux & Mac
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
Mounting
The following tools create a network drive in the windows explorer as mount point.
| Tool | Linux | Mac | Windows |
|---|---|---|---|
| SFTP Drive | ✓ | ✓ | ✓ |
| WebDrive | ☓ | ✓ | ✓ |
| SFTP Net Drive (ELDOS) | ☓ | ☓ | ✓ |
| NetDrive | ☓ | ☓ | ✓ |
| ExpanDrive | ☓ | ✓ | ✓ |