You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
Hello there,
I've been struggling for the last 3 hours to get correct file permissions on the destination server. I would definitively appreciate your insights.
Description
I would like to deploy some files to a FTP server, without SSH access.
Everything is fine (and this extension is awesome!), the files are properly created but the permissions are inaccurate:
I've set up some dummy files with different permissions (from
chmod 777
to600
) and once uploaded withvscode-deploy-reloaded
they are all-rw----r--
.Here is my
settings.json
:What was tested so far
I set
engine
toftp
andftp-legacy
I tried
"modes": "755"
,"modes": 755
and"modes": [ "**": 644 ]
(I would prefer not to have to set up each file permission manually BTW)
Logs
The console logs show no errors:
Your environment
Debian 10 / stable
0.89.0
Related issues
On
vs-deploy
legacy extensionAdditional comments
I'm having a look at the
ftp
documentation to see if the problem is coming from there, any hint would be super welcome!The text was updated successfully, but these errors were encountered: