user3299453
user3299453

Reputation: 91

Opening my entire directories(browser folder) in winSCP?

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

Answers (2)

Alex Rebega
Alex Rebega

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.

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

user3299453
user3299453

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

Related Questions