vscode-ftp-sync icon indicating copy to clipboard operation
vscode-ftp-sync copied to clipboard

Upload directory not worked

Open ashkufaraz opened this issue 4 years ago • 1 comments

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": ""
    }
}

ashkufaraz avatar Oct 13 '20 11:10 ashkufaraz

I have the same problem, when i use ftp-sync:local to remote, it show "sync preparing in progress...". But another machine is work

huangrongfu avatar Nov 19 '20 01:11 huangrongfu