Answers for "sftp current directory"

0

sftp current directory

# Connexion to default port 22
sftp your_user@your_server_ip_or_remote_hostname
# SFTP local directory
sftp> lpwd
# SFTP remote directory
sftp> pwd
Posted by: Guest on April-24-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language