Skip to content

All commands

Jiří Petruželka edited this page Oct 10, 2013 · 6 revisions

Main menu

Preferences > Package Settings > FTPSync:

  • Settings - default Shows the default settings for FTPSync and individual connections

  • Settings - user This lets you override these default settings, see http://www.sublimetext.com/docs/2/settings.html for more information about Sublime Text 2's settings system

  • Setup FTPSync in this folder [ftp_sync_new_settings, dirs: {}] Creates ftpsync.settings file in the folder where the currently viewed file is located. This file let's you configure FTPSync to manage files in that folder and folders beneath it

Context menu

FTPSync:

  • Upload [ftp_sync_target, paths: {}] Uploads selected files and folders to remote servers

  • Download [ftp_sync_down_target, paths: {}] Downloads all files from the first defined remote server

  • Rename [ftp_sync_rename, paths: {}] Renames given file on the disk and on remote locations

  • Browse [ftp_sync_browse] Open Remote Browser in project's root

  • Browse from last path [ftp_sync_browse_last] Open Remote Browser in last path opened in it or in project's root

  • Setup FTPSync in this folder [ftp_sync_new_settings, dirs: {}] Creates ftpsync.settings file in the folder where the currently viewed file is located. This file let's you configure FTPSync to manage files in that folder and folders beneath it

Command pallete

  • FTPSync: Check current file [ftp_sync_check_current] Checks remotes servers whether there's a newer or different version of current file on any of servers, offers a menu to choose a source to download from (or keep the current file as is)

  • FTPSync: Download current file [ftp_sync_down_current] Downloads the current file from server

  • FTPSync: Upload current file [ftp_sync_current] Uploads the current file from server

  • Browse [ftp_sync_browse] Open Remote Browser in project's root

  • Browse from last path [ftp_sync_browse_last] Open Remote Browser in last path opened in it or in project's root

  • FTPSync: Setup FTPSync in this folder [ftp_sync_new_settings, dirs: {}] Creates ftpsync.settings file in the folder where the currently viewed file is located. This file let's you configure FTPSync to manage files in that folder and folders beneath it

Clone this wiki locally