lukasz-wronski / vscode-ftp-sync

Ftp Sync plugin for Visual Studio Code

Home Page:https://marketplace.visualstudio.com/items/lukasz-wronski.ftp-sync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cant download

kasik96 opened this issue · comments

When i set to Force or Full download from FTP, it downloads like half, and do this error:
screen shot 2015-12-11 at 08 21 36

Can I see the files list that are being downloaded? Can you determine which file from the list is causing the problem? Does it have unusual name or chmod or large size etc?

I have here only basic things. I try it on two my FTP servers and dont work on any of it.
screen shot 2016-01-10 at 14 13 37
screen shot 2016-01-10 at 14 13 42

Can you do following steps:

  1. Attach ftp settings to your ftp server on remote and to new empty directory on local side
  2. Run "Ftp sync remote to local" with option "Force"
  3. Choose to "Review" the list of files to be downloaded
  4. Store (copy-paste) the list of files somewhere
  5. Run "Ftp-sync: Commit" command to start downloading files
  6. Check which is the first file on the list that was not downloaded?

This way we can determine which of the files is causing the problem.

Alternatively can you mail me access to FTP server that the problem is present on so I can try to download it and debug the extension?

Ok, here it is:
data.zip
And this is error:
screen shot 2016-01-10 at 15 09 35
And the result (it downloads only empty folders):
screen shot 2016-01-10 at 15 09 43

Were all directories from dirsToAdd list created or some are missing? What I can see is that files on your filesToAdd list have no dots before extensions - probably that's why it can't download it. Strange..

Just published 0.2.3 with the fix. Thanks for help on resolving it. Please check if it works for you now.