SCP - Secure Copy

Since the early days of SSH, file transfers have been supported through a command called SCP.  This command simply securely copies files or directories between remote computers.  It provides no other file operations such as listing, deleting, renaming, and directory navigation.

SCP itself does not provide authentication and security - it relies on the underlying protocol, usually SSH.

CompleteFTP offers full support for SCP.