liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.5k stars 256 forks source link

Error: Directory with same name already exists. #988

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi I am having since a couple of day follwing error:

[04-04 08:44:53] [error] Error: Directory with same name already exists. at v (c:\Users**.vscode\extensions\liximomo.sftp-1.12.10\dist\extension.js:70:111804) at d. (c:\Users**.vscode\extensions\liximomo.sftp-1.12.10\dist\extension.js:70:112528) at d.emit (node:events:390:28) at d._write (c:\Users**.vscode\extensions\liximomo.sftp-1.12.10\dist\extension.js:70:125449) at writeOrBuffer (node:internal/streams/writable:389:12) at _write (node:internal/streams/writable:330:10) at d.Writable.write (node:internal/streams/writable:334:10) at TLSSocket.p (c:\Users**.vscode\extensions\liximomo.sftp-1.12.10\dist\extension.js:70:114900) at TLSSocket.emit (node:events:390:28) at addChunk (node:internal/streams/readable:315:12) at readableAddChunk (node:internal/streams/readable:285:11) at TLSSocket.Readable.push (node:internal/streams/readable:228:10) at TLSWrap.onStreamRead (node:internal/stream_base_commons:199:23)

Cannot find out what it could be

Mein Config is as follows: { "name": "prodFTP", "host": "**", "protocol": "ftp", "port": 21, "secure": true, "remotePath": "./", "username": "**", "password": "**", "uploadOnSave": false, "ignore": [ ".vscode", ".git", ".DS_Store" ], "secureOptions": {"rejectUnauthorized": false}
}

May anyone can help?