Is production: true
#migrated #sftp

Title: How to use sftp in command style

Created: 19 Mar 2023 Modified: 19 Mar 2023

Description:



Original Link

Instructions

Create connection

sftp -P {remote-port} {remote-user}@{remote-server}

Browsing

# current directory
pwd

# list directory
ls

# cd
cd {path}

Download file

get {filename}

[Legacy Link]