vscode-ftp-sync
vscode-ftp-sync copied to clipboard
Upload directory not worked
Hi
When I right click on the file and select Ftp-sync:upload file everything works fine and file upload to server.
But when i want upload a folder and select Ftp-sync:Local to remote، The folder will not be uploaded. and "sync preparing in progress..." message shown in status.
vs code 1.49.3 widows server 2008 r2
{
"remotePath": "./",
"host": "os17",
"username": "administrator",
"password": "P@ssw0rd",
"port": 21,
"secure": false,
"protocol": "ftp",
"uploadOnSave": false,
"passive": false,
"debug": false,
"privateKeyPath": null,
"passphrase": null,
"agent": null,
"allow": [],
"ignore": [
"\\.vscode",
"\\.git",
"\\.DS_Store"
],
"generatedFiles": {
"extensionsToInclude": [
""
],
"path": ""
}
}
I have the same problem, when i use ftp-sync:local to remote, it show "sync preparing in progress...". But another machine is work