
If something goes wrong, check the console (Alt/Opt + ) - is there's some errors, report them as issues. If you restart Sublime Text, all remote trees should reconnect automatically. Connection to the remote server will be closed when you close the last opened remote tree connected to it. The information for your license key goes in the SFTP package settings so you would choose Preferences > Package Settings > SFTP > Settings - User. Automatically hooks into file saves and uploads after saving. Uses the power of the quick panel completions to browse around files. You can open any number of remote trees (for different servers as well as for the same one). Sublime Text plugin to browse and edit files over sftp/ssh2. ppk private key file as the sshkeyfile setting for an SFTP remote.ppk files can be generated from scratch, or an existing OpenSSH private key, via PuTTYgen. Any key loaded into Pageant will automatically be used. The modification times are not checked, so be careful not to overwrite other changes. For Windows, Sublime SFTP uses PSFTP, which is released alongside PuTTY. If file already exists and its modification time is not older than the remote file, it will not be downloaded again (unless you specified “always_download” option).Įach local file under “local_path” on save will be uploaded back to the server. When you click any file in the remote tree, it will be downloaded to the corresponding subdirectory of “local_path” you specified. RemoteTree should connect to it and present you a view with the remote file structure. You need to fill at least “host”, “local_path” and “password” (you need to comment this field out if you're using key files for authorisation).Īfter that you can save the file, select Remote → Connect… and select the newly added server from the list.
