>sftp <user>@<hostname>
Connecting to <hostname>...
<user>'s Password:
sftp>pwd (remote working directory)
sftp>!pwd (local working directory)
sftp>cd /target/path/ (remote path)
sftp>pwd (remote working directory)
sftp>!ls -l (local working directory)
sftp>put <filename(s)>
Uploading <filename> to /target/path/<filename>
sftp>ls -l (remote location files)
sftp>bye
No comments:
Post a Comment