scp through PaSSHport¶
Using CLI¶
To use SCP throug PaSSHport, use one of the following syntax...
From target to local :
$ scp [email protected]:TARGET_NAME//etc/fstab /tmp/.
From local to target :
$ scp /etc/passwd [email protected]:TARGET_NAME//tmp/.