Is there any extension or easy way to configure a feature like the Visual Code Studio's extension SSFTP?
The ideal behaviour should be like the following one, by using ftp or sftp:
Allow a manual request for sync remote -> local a full folder or just a specific file (or set of files). Preferabily, if some local file is not in the remote folder, the remote file must not be removed.
Allow a manual request for sync local -> remote.
Allow a sync-on-save feature to make a local -> remote syncronization each time a file is saved. Ideally, that synchronization must be done even if there is no local changes to save (the sync must be always done).
It should be possible to config the syncronization by using passwords or ssh keys, with or without a passphrase.