vscode-sftp
vscode-sftp copied to clipboard
Sftp stuck on loading
Do you read the FAQ?
- [ x ] Yes.
- [ ] I am going to read now.
Describe the bug So far so good, this morning I compile the configuration file with all the correct data and it does not connect to the server. It does not go into timeout but gets stuck on loading. The internet connection is ok and the server has no limitations on it. My colleague with another program encountered same problem and by entering passive_mode property = false solved the problem. There is a similar property (I did not find it within the documentation).
Screenshots
Desktop (please complete the following information):
- OS: Mac
- VSCode Version 1.81.1
- Extension Version 1.16.3
[08-28 14:56:16] [debug] register command "Cancel All Transfer" from "./commandCancelAllTransfer.ts" [08-28 14:56:16] [debug] register command "Config" from "./commandConfig.ts" [08-28 14:56:16] [debug] register command "List Active Folder" from "./commandListActiveFolder.ts" [08-28 14:56:16] [debug] register command "Open Ssh Connection" from "./commandOpenSshConnection.ts" [08-28 14:56:16] [debug] register command "Set Profile" from "./commandSetProfile.ts" [08-28 14:56:16] [debug] register command "Toggle Output Panel" from "./commandToggleOutputPanel.ts" [08-28 14:56:16] [debug] register command "Upload Changed Files" from "./commandUploadChangedFiles.ts" [08-28 14:56:16] [debug] register command "Create File" from "./fileCommandCreateFile.ts" [08-28 14:56:16] [debug] register command "Create Folder" from "./fileCommandCreateFolder.ts" [08-28 14:56:16] [debug] register command "Delete Remote" from "./fileCommandDeleteRemote.ts" [08-28 14:56:16] [debug] register command "Diff" from "./fileCommandDiff.ts" [08-28 14:56:16] [debug] register command "Diff Active File" from "./fileCommandDiffActiveFile.ts" [08-28 14:56:16] [debug] register command "Download" from "./fileCommandDownload.ts" [08-28 14:56:16] [debug] register command "Download Active File" from "./fileCommandDownloadActiveFile.ts" [08-28 14:56:16] [debug] register command "Download Active Folder" from "./fileCommandDownloadActiveFolder.ts" [08-28 14:56:16] [debug] register command "Download File" from "./fileCommandDownloadFile.ts" [08-28 14:56:16] [debug] register command "Download Folder" from "./fileCommandDownloadFolder.ts" [08-28 14:56:16] [debug] register command "Download Force" from "./fileCommandDownloadForce.ts" [08-28 14:56:16] [debug] register command "Download Project" from "./fileCommandDownloadProject.ts" [08-28 14:56:16] [debug] register command "Edit In Local" from "./fileCommandEditInLocal.ts" [08-28 14:56:16] [debug] register command "List" from "./fileCommandList.ts" [08-28 14:56:16] [debug] register command "List All" from "./fileCommandListAll.ts" [08-28 14:56:16] [debug] register command "Reveal In Explorer" from "./fileCommandRevealInExplorer.ts" [08-28 14:56:16] [debug] register command "Reveal In Remote Explorer" from "./fileCommandRevealInRemoteExplorer.ts" [08-28 14:56:16] [debug] register command "Sync Both Directions" from "./fileCommandSyncBothDirections.ts" [08-28 14:56:16] [debug] register command "Sync Local To Remote" from "./fileCommandSyncLocalToRemote.ts" [08-28 14:56:16] [debug] register command "Sync Remote To Local" from "./fileCommandSyncRemoteToLocal.ts" [08-28 14:56:16] [debug] register command "Upload" from "./fileCommandUpload.ts" [08-28 14:56:16] [debug] register command "Upload Active File" from "./fileCommandUploadActiveFile.ts" [08-28 14:56:16] [debug] register command "Upload Active Folder" from "./fileCommandUploadActiveFolder.ts" [08-28 14:56:16] [debug] register command "Upload File" from "./fileCommandUploadFile.ts" [08-28 14:56:16] [debug] register command "Upload Folder" from "./fileCommandUploadFolder.ts" [08-28 14:56:16] [debug] register command "Upload Force" from "./fileCommandUploadForce.ts" [08-28 14:56:16] [debug] register command "Upload Project" from "./fileCommandUploadProject.ts" [08-28 14:56:16] [debug] register command "Upload Active File To All Profiles" from "./fileMultiCommandUploadActiveFileToAllProfiles.ts" [08-28 14:56:16] [debug] register command "Upload Active Folder To All Profiles" from "./fileMultiCommandUploadActiveFolderToAllProfiles.ts" [08-28 14:56:16] [debug] register command "Upload File To All Profiles" from "./fileMultiCommandUploadFileToAllProfiles.ts" [08-28 14:56:16] [debug] register command "Upload Folder To All Profiles" from "./fileMultiCommandUploadFolderToAllProfiles.ts" [08-28 14:56:16] [debug] register command "Upload Force To All Profiles" from "./fileMultiCommandUploadForceToAllProfiles.ts" [08-28 14:56:16] [debug] register command "Upload Project To All Profiles" from "./fileMultiCommandUploadProjectToAllProfiles.ts" [08-28 14:56:16] [debug] register command "Upload To All Profiles" from "./fileMultiCommandUploadToAllProfiles.ts" [08-28 14:56:16] [info] config at /../…/../../../../../.. {"remotePath”:”/../“,”uploadOnSave":false,"useTempFile":false,"openSsh":false,"downloadOnOpen":false,"ignore":[],"concurrency":4,"protocol":"ftp","connectTimeout":10000,"interactiveAuth":false,"secure":false,"remoteTimeOffsetInHours":0,"remoteExplorer":{"order":0},"name":"My Server","host”:”……”,”port":21,"username":"","password":""} [08-28 14:56:24] [trace] run command 'Upload File' [08-28 14:56:24] [trace] handle upload file for /…/../…../……/…/…/…/../index.html [08-28 14:56:24] [debug] < '220 ProFTPD Server (ProFTPD) [……….]\r\n’ [08-28 14:56:24] [debug] > USER ………. [08-28 14:56:24] [debug] < '331 Password required for ……….\r\n’ [08-28 14:56:24] [debug] > PASS ****** [08-28 14:56:24] [debug] < '230 User …… logged in\r\n' [08-28 14:56:24] [debug] > FEAT [08-28 14:56:24] [debug] < '211-Features:\r\n' [08-28 14:56:24] [debug] > TYPE I [08-28 14:56:24] [debug] < '200 Type set to I\r\n' [08-28 14:56:24] [debug] > PASV [08-28 14:56:24] [debug] < '227 Entering Passive Mode (…….).\r\n’ [08-28 14:56:25] [trace] run command 'Toggle Output Panel' [08-28 14:56:34] [debug] > ABOR [08-28 14:56:34] [debug] < '226 Abort successful\r\n'
Please note: To be on the safe side, I removed all server connection parameters and replaced them with ...
Anyone know if this has been fixed?
Running into the same - but for me it used to work before and suddenly doesn't