Skip to content

Commands

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

SFTP: Config

Create a new config file for a project.

Set Profile ⌨️

Set the current profile.

KeyBindings Args

func(profileName: string)

SFTP: Upload Active File

Upload the current file.

SFTP: Download Active File

Download the remote version of the current file and overwrite the local copy.

SFTP: Sync Local -> Remote

  1. Any files that exist on both local and remote that have a different timestamp between local and remote are copied over.
  2. Any files that only exist on the local are copied over.

You can change the default behavior by syncOption.

SFTP: Sync Remote -> Local

Same as Sync Local -> Remote, but in the opposite direction.

SFTP: Sync Both Directions

Compare file modification times, and will always perform the action that causes the newest file to be present in both locations.

Only skipCreate and ignoreExisting are valid for this command.

sftp.upload ⌨️

Upload file or folders.

KeyBindings Args

func(fspaths: string[])

sftp.download ⌨️

Download file or folders.

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