humy2833 / FTP-Simple

visual studio code extension
109 stars 39 forks source link

Remember Remote Path #112

Open EssiemLtd opened 6 years ago

EssiemLtd commented 6 years ago

Upon selecting 'Save - Upload to FTP server' I need to keep selecting the remote path. How do I use the local path as the remote path? I have tried "project" in the ftp-simple-temp.json and in .vscode Folder Settings. I have tried the different variations of the "Project": "project" : { "c:/projects/project1" : "/home/user/project", "c:/projects/project2" : {"path":"/home/user/project2", "save":true} //When the "save" value is "true", save immediately without confirm },

erikstagg commented 6 years ago

I'm having the same issue. I see no change in behavior after using the "project" option.

stenza commented 6 years ago

same here

CsrCardoso commented 6 years ago

Dont saved, I'm having the same issue.

ghost commented 5 years ago

Did anyone find something about that?

ashifzubair commented 3 months ago

same issue, i am not able to use project configuration to work. in my workspace i have added 2 different folders and for each folder i want to upload on different path of single FTP host. its not working.