FTPS over SFTP
VGS allows to connect to FTPS upstream using SFTP as the connection interface. Since this is not a native protocol implementation, it has some requirements and limitations.

Upstream requirements
To establish such connections, your server must support:
Passive connection mode
TLS encryption
User/Pass auth
UTF8 encoding
Binary transfer mode
FTP commands
For proper cross-protocol work, each of those commands must be enabled on your server:
Get current path:
PWDGet file stats:
MLSTUpload file:
STORDownload file:
RETRList directory:
LISTCreate directory:
MKDRemove file or directory:
DELERMDRename file or directory:
RNFRRNTO
If the described above mapping schema doesn’t work for your case or you need a specific commands behavior, please contact our Support. VGS can provide a flexible configuration for any custom scenario.
Last updated

