Sublime Forum

Save to FTP

#1

First just give a short info about what I need :
When im working on a project usually i have:

  1. master copy of the project which is on my localhost
  2. live copy of the project which is on the client FTP
  3. Developer copy of the project which is on different FTP.

is there a way so I can:
work on my localhost but have option to save files also to the choosen FTP server?
i know that there is some FTP addon to ST2 but what it does it allows me to work on the remote server and I want to work on the localhost copy and only save to the FTP

thaks for info in advance

0 Likes

#2

Windows has native support for mapping FTP locations to drive paths in My Computer
In Unix based systems you can mount FTP locations with tools such as curlftpfs

0 Likes

#3

wbond.net/sublime_packages/sftp

available via Package Control
sublime.wbond.net/installation

0 Likes