Deploy/publish solutions, projects, folders and files over SSH/SFTP to remote servers, including generic Linux; compress solutions/projects to zip archives; open command window at any directory of your solution or project
###Please support this effort to improve Visual Studio experience
This is a Visual Studio (not the Code) extension
###Features
Configure your SFTP settings under "Tools" menu -> "SSH/SFTP Connections and zip archive settings". "Local source path" may be left blank; if it's blank, the root directory of the project will be selected for local source path.
Deploy your project files over SSH/SFTP - right click on file, folder or directory in the project to initiate the transfer.
The progress messages are output in Output pane, under "ClouderSync" selection
If you need to cancel SFTP upload, right-click on the selected item again; it will display an option "Cancel deployment over SSH/SFTP"
Open command window in any directory of your project: right-click on file or directory and select "Command Window Here..."
###History
Version 2.2.5 introduces ability to compress project or solution files to a zip archive
Version 2.3.0 implements
Option to output archives into ".archives" sub-directory of the project or solution root. If none exists, it is created
Allow selection and processing (SSH Deploy) or a single file even if that file is excluded from the project.
Version 2.3.2 fixes folder selection under certain circumstances
Version 2.3.7 creates a parent folder of project or solution when compressing to zip archive
Version 2.3.9 addresses previous issues related to use of Microsoft.VisualStudio.Settings assembly and discontinues Visual Studio 2015 support