Skip to content

Commands

X.L edited this page Oct 11, 2018 · 8 revisions

SFTP: Config

Create a new config file for a selected project.

Set Profile

Set an active profile

KeyBindings Args

func(profileName: string)

SFTP: Upload Active File

Upload active file to remote, overwriting the remote one.

SFTP: Download Active File

Same as Upload Active File, but in the opposite direction.

SFTP: Sync To Remote

Sync local directory to remote, only available for a directory. Copy common files (that exist on both sides) from local dir to remote, overwriting destination. (If syncMode is set to full, files that exist only on the local side will be created remotely, and files that exist only on the remote side will be deleted. The remote will be exactly the same as the local after sync.)

SFTP: Sync To Local

Same as Sync To Remote, but in the opposite direction.

sftp.upload

KeyBindings Args

func(fspaths: string[])

sftp.download

KeyBindings Args

func(fspaths: string[])

Alt Commands

An alternative command can be found when pressing Alt while opening a menu.

Force Download

Download file but disregard ignore rules.

Force Upload

Upload file but disregard ignore rules.

Clone this wiki locally