liximomo / vscode-sftp

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

Can't upload files although the configs are all correct #897

Open GaoHuiting opened 3 years ago

GaoHuiting commented 3 years ago

It looked like there is no error but I really didn't see any changes affected on the site, can someone please help?

[03-07 20:32:37] [debug] register command "Cancel All Transfer" from "./commandCancelAllTransfer.ts" [03-07 20:32:37] [debug] register command "Config" from "./commandConfig.ts" [03-07 20:32:37] [debug] register command "List Active Folder" from "./commandListActiveFolder.ts" [03-07 20:32:37] [debug] register command "Open Ssh Connection" from "./commandOpenSshConnection.ts" [03-07 20:32:37] [debug] register command "Set Profile" from "./commandSetProfile.ts" [03-07 20:32:37] [debug] register command "Toggle Output Panel" from "./commandToggleOutputPanel.ts" [03-07 20:32:37] [debug] register command "Upload Changed Files" from "./commandUploadChangedFiles.ts" [03-07 20:32:37] [debug] register command "Delete Remote" from "./fileCommandDeleteRemote.ts" [03-07 20:32:37] [debug] register command "Diff" from "./fileCommandDiff.ts" [03-07 20:32:37] [debug] register command "Diff Active File" from "./fileCommandDiffActiveFile.ts" [03-07 20:32:37] [debug] register command "Download" from "./fileCommandDownload.ts" [03-07 20:32:37] [debug] register command "Download Active File" from "./fileCommandDownloadActiveFile.ts" [03-07 20:32:37] [debug] register command "Download Active Folder" from "./fileCommandDownloadActiveFolder.ts" [03-07 20:32:37] [debug] register command "Download File" from "./fileCommandDownloadFile.ts" [03-07 20:32:37] [debug] register command "Download Folder" from "./fileCommandDownloadFolder.ts" [03-07 20:32:37] [debug] register command "Download Force" from "./fileCommandDownloadForce.ts" [03-07 20:32:37] [debug] register command "Download Project" from "./fileCommandDownloadProject.ts" [03-07 20:32:37] [debug] register command "Edit In Local" from "./fileCommandEditInLocal.ts" [03-07 20:32:37] [debug] register command "List" from "./fileCommandList.ts" [03-07 20:32:37] [debug] register command "List All" from "./fileCommandListAll.ts" [03-07 20:32:37] [debug] register command "Reveal In Explorer" from "./fileCommandRevealInExplorer.ts" [03-07 20:32:37] [debug] register command "Reveal In Remote Explorer" from "./fileCommandRevealInRemoteExplorer.ts" [03-07 20:32:37] [debug] register command "Sync Both Directions" from "./fileCommandSyncBothDirections.ts" [03-07 20:32:37] [debug] register command "Sync Local To Remote" from "./fileCommandSyncLocalToRemote.ts" [03-07 20:32:37] [debug] register command "Sync Remote To Local" from "./fileCommandSyncRemoteToLocal.ts" [03-07 20:32:37] [debug] register command "Upload" from "./fileCommandUpload.ts" [03-07 20:32:37] [debug] register command "Upload Active File" from "./fileCommandUploadActiveFile.ts" [03-07 20:32:37] [debug] register command "Upload Active Folder" from "./fileCommandUploadActiveFolder.ts" [03-07 20:32:37] [debug] register command "Upload File" from "./fileCommandUploadFile.ts" [03-07 20:32:37] [debug] register command "Upload Folder" from "./fileCommandUploadFolder.ts" [03-07 20:32:37] [debug] register command "Upload Force" from "./fileCommandUploadForce.ts" [03-07 20:32:37] [debug] register command "Upload Project" from "./fileCommandUploadProject.ts" [03-07 20:32:37] [info] config at c:\Users\Web Dev\Desktop\whyottawa-0305 {"remotePath":"/public_html/whyottawa/","uploadOnSave":true,"downloadOnOpen":false,"ignore":["/.vscode/","/.git/","/.DS_Store"],"concurrency":4,"protocol":"ftp","connectTimeout":10000,"interactiveAuth":false,"secure":false,"remoteTimeOffsetInHours":0,"name":"My Server","host":"ftp.seoplushost.com","port":21,"username":"****","password":"**","watcher":{"files":"*","autoUpload":false,"autoDelete":false}} [03-07 20:32:46] [info] [file-save] c:\Users\Web Dev\Desktop\whyottawa-0305\wp-content\themes\seoplus-theme\page-templates\page-home.php [03-07 20:32:46] [trace] handle upload file for c:\Users\Web Dev\Desktop\whyottawa-0305\wp-content\themes\seoplus-theme\page-templates\page-home.php [03-07 20:32:46] [debug] > USER investottawa [03-07 20:32:46] [debug] < '331 User investottawa OK. Password required\r\n' [03-07 20:32:46] [debug] > PASS ** [03-07 20:32:47] [debug] < '230 OK. Current restricted directory is /\r\n' [03-07 20:32:47] [debug] > FEAT [03-07 20:32:47] [debug] > TYPE I [03-07 20:32:47] [debug] < '200 TYPE is now 8-bit binary\r\n' [03-07 20:32:47] [debug] > PASV [03-07 20:32:47] [debug] < '227 Entering Passive Mode (52,26,173,181,233,50)\r\n' [03-07 20:32:57] [debug] > ABOR [03-07 20:32:57] [debug] < "226 Since you see this ABOR must've succeeded\r\n"