lukasz-wronski / vscode-ftp-sync

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

Is there any way to create / upload a new folder ? #306

Open dschiller opened 4 years ago

dschiller commented 4 years ago

Is there any way to create / upload a new folder ?

If I create a new folder within VScode, add a new file to it and save the File I just see the Message "Ftp-sync: Uploading anime.min.js to FTP server..." in the Status Bar for hours. Normaly this Message appears just some seconds with a "successfully uploaded" Message. What am I doing wrong ?

After some Minutes I get this Notification:

Ftp-sync: Uploading index.php failed: Error: read ECONNRESET

Maybe that is because I saved the index.php after the anime.min.js.

If I use filezilla to check what's going on there I can see that ftp-sync created a File "js" instead a Folder "js" not sure if that works at all.

I deleted the File "js" and create a folder "js" instead. Now it is working.

Does that mean I always need to use Filezilla or similar and create Folders if needed ?