Answers for "sftp list local directory"

0

sftp list local directory

# Connexion to default port 22
sftp your_user@your_server_ip_or_remote_hostname
# SFTP local file list
sftp> lls
# SFTP remote file list
sftp> ls
Posted by: Guest on April-24-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language