sftp command
Summary
You can interact with the SSH File Transfer Protocol (SFTP) shell to connect to a server and transfer files
Description
You can use the SFTP shell to connect to your SFTP server or the public SFTP servers to interact with the files found in the server.
You can download files to your computer, upload files to the server, manage files by renaming, deleting, etc., and so on.
Command usage
sftp [address]
Examples
sftp sftp://sftp.fabrikam.com
: Connects your SFTP client to sftp://sftp.fabrikam.com
Last updated