Reputation: 91
I'm using Sublime Text 3 as my editor in winSCP. How can i open the entire directories from Sublime Text 3 in winSCP ?
Upvotes: 2
Views: 1560
Reputation: 129
You need to install the 'SFTP' package in Sublime, create a sftp-config file to connect to your server and sync a remote directory to a local directory.
Install SFTP for sublime: https://codexns.io/products/sftp_for_sublime/install
If you don't want to sync the folders you can just right click on your sftp-config file->SFTP/FTP->Download Folder
.
More details about sftp-config here: https://codexns.io/products/sftp_for_sublime/settings
It seems a bug in Sublime is that if Sublime is not the highlighted app while downloading it may cause problems.
Upvotes: 2
Reputation: 91
that the files and folders appear in the sidebar but i think i found a answer for my question, namely i have to stall samba on my Linux Server or to install addon (SFTP) on Sublime Text.
Upvotes: 1