lukasz-wronski / vscode-ftp-sync

Ftp Sync plugin for Visual Studio Code
https://marketplace.visualstudio.com/items/lukasz-wronski.ftp-sync
321 stars 83 forks source link

Upload directory not worked #326

Open ashkufaraz opened 3 years ago

ashkufaraz commented 3 years ago

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": ""
    }
}
huangrongfu commented 3 years ago

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