

An empty array here means that generatedFiles feature is disabled. Default is "" which means that it will automatically upload files of all extensions. Array of strings specifying what extensions to add for auto-upload. extensionsToInclude has to be set for this feature to work. generatedFiles: - Automatically upload freshly generated files.Default values are "\\.git", "\\.vscode" and ".DS_Store". If a path matches any of these regular expressions then it will not be included in the sync. ignore - An array of escaped regular expression strings specifying paths to ignore.Default value is empty, implying everything is allowed. If nonempty, unless a path matches any of these regular expressions it will not be included in the sync. allow - An array of escaped regular expression strings specifying paths which are allowed.


passphrase - Specifies the passphrase to use with the private key for SFTP.privateKeyPath - Specifies the path to the private key for SFTP.debug - Specifies whether to display debug information in an ftp-sync Output window.passive - Specifies whether to use FTP passive mode.uploadOnSave - Whether files should automatically be uploaded on save.The default is "ftp" but you can also specify "sftp". protocol - The FTP protocol to be used.port - The port on the FTP server you would like to connect to.
FILEZILLA AUTO SYNC FOLDER PASSWORD
FILEZILLA AUTO SYNC FOLDER DOWNLOAD
You can also sync a single file by right-clicking on it in the left menu and using the "Ftp-sync: Upload File" and "Ftp-sync: Download File" commands. You can access them from the command palette (Ctrl+Shift+P on Windows/Linux). It also has several advanced features such as automatic upload on save. This extension allows you to easily synchronise your local workspace (project files) with an FTP server.
