📜  sftp 列出远程目录 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:14.511000             🧑  作者: Mango

代码示例1
# 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