liximomo / vscode-remote-fs

Working with any file in everywhere with vscode.
MIT License
166 stars 17 forks source link

Can i set ftp connection mode from passive to active? #83

Open simillo01 opened 3 years ago

simillo01 commented 3 years ago

Hi, mi server only permit active ftp connection. When i try to open a file, Remote FS shows me this message:

"Unable to open 'home.php': Unable to read file 'ftp://server_ftp/folder/src/home.php' (Error: Unable to resolve non-existing file 'ftp://server_ftp/folder/src/home.php')."

but before that message it has shown another message that i can't replicate about bad ftp passive mode or something like this type of error... i think the problem is due to that, i have to set active mode for my ftp connection but i don't know how...

alemens commented 3 years ago

Hi @liximomo