Skip to main content

SFTP Connection

SFTP by Satiro Marra

Access the necessary JSON file for seamless syncing using the SFTP extension

{
"name": "your-domain.com",
"host": "your-domain.com",
"protocol": "ftp",
"port": 21,
"username": "ftp_user",
"password": "ftp_pass",
"remotePath": "/",
"uploadOnSave": true,
"secure": true,
"secureOptions": {
"rejectUnauthorized": false
}
}