liximomo / vscode-sftp

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

fix: fix transfer-test in window platform #927

Open alex1504 opened 3 years ago

alex1504 commented 3 years ago

Path separator is different between windows and linux platform, so that unit test can't not pass in windows, use path.sep to fix it.