Natizyskunk / vscode-sftp

Super fast sftp/ftp extension for VS Code
Other
394 stars 75 forks source link

Filename capitalisation bug, on save, it uploads a file with the original incorrect capitalised name even after changing it locally. #329

Closed rauven closed 1 year ago

rauven commented 1 year ago

Do you read the FAQ?

Describe the bug I created a file with all caps by mistake, after editing and fixing the name of the file to be lowercase, every time i save, the extension uploads a file with the old, incorrect uppercase name. Even if manually upload the file with the correct name, delete the local, download the uploaded file in vs code, whenever i save, it still creates a file with the wrong uppercase name in the ftp.

To Reproduce

  1. Create a Capitalised file, ex. 'AAA.php'
  2. Save and let it upload
  3. Edit the name locally to 'aaa.php' and delete 'AAA.php' from the server
  4. Every time you save 'aaa.php', even if there's a 'aaa.php' in the server, it saves as 'AAA.php' so the 'aaa' file is now "tainted" and unsuable by the sftp extension auto upload on save feature, (i have to constantly delete the incorrect 'AAA.php' in the server manually upload 'aaa.php' using the context menu option)

Expected behaviour If i edit the name, i expect the upload file to have the same name as the local file.

Desktop

Extension Logs from Startup [03-13 12:19:40] [debug] register command "Cancel All Transfer" from "./commandCancelAllTransfer.ts" [03-13 12:19:40] [debug] register command "Config" from "./commandConfig.ts" [03-13 12:19:40] [debug] register command "List Active Folder" from "./commandListActiveFolder.ts" [03-13 12:19:40] [debug] register command "Open Ssh Connection" from "./commandOpenSshConnection.ts" [03-13 12:19:40] [debug] register command "Set Profile" from "./commandSetProfile.ts" [03-13 12:19:40] [debug] register command "Toggle Output Panel" from "./commandToggleOutputPanel.ts" [03-13 12:19:40] [debug] register command "Upload Changed Files" from "./commandUploadChangedFiles.ts" [03-13 12:19:40] [debug] register command "Create File" from "./fileCommandCreateFile.ts" [03-13 12:19:40] [debug] register command "Create Folder" from "./fileCommandCreateFolder.ts" [03-13 12:19:40] [debug] register command "Delete Remote" from "./fileCommandDeleteRemote.ts" [03-13 12:19:40] [debug] register command "Diff" from "./fileCommandDiff.ts" [03-13 12:19:40] [debug] register command "Diff Active File" from "./fileCommandDiffActiveFile.ts" [03-13 12:19:40] [debug] register command "Download" from "./fileCommandDownload.ts" [03-13 12:19:40] [debug] register command "Download Active File" from "./fileCommandDownloadActiveFile.ts" [03-13 12:19:40] [debug] register command "Download Active Folder" from "./fileCommandDownloadActiveFolder.ts" [03-13 12:19:40] [debug] register command "Download File" from "./fileCommandDownloadFile.ts" [03-13 12:19:40] [debug] register command "Download Folder" from "./fileCommandDownloadFolder.ts" [03-13 12:19:40] [debug] register command "Download Force" from "./fileCommandDownloadForce.ts" [03-13 12:19:40] [debug] register command "Download Project" from "./fileCommandDownloadProject.ts" [03-13 12:19:40] [debug] register command "Edit In Local" from "./fileCommandEditInLocal.ts" [03-13 12:19:40] [debug] register command "List" from "./fileCommandList.ts" [03-13 12:19:40] [debug] register command "List All" from "./fileCommandListAll.ts" [03-13 12:19:40] [debug] register command "Reveal In Explorer" from "./fileCommandRevealInExplorer.ts" [03-13 12:19:40] [debug] register command "Reveal In Remote Explorer" from "./fileCommandRevealInRemoteExplorer.ts" [03-13 12:19:40] [debug] register command "Sync Both Directions" from "./fileCommandSyncBothDirections.ts" [03-13 12:19:40] [debug] register command "Sync Local To Remote" from "./fileCommandSyncLocalToRemote.ts" [03-13 12:19:40] [debug] register command "Sync Remote To Local" from "./fileCommandSyncRemoteToLocal.ts" [03-13 12:19:40] [debug] register command "Upload" from "./fileCommandUpload.ts" [03-13 12:19:40] [debug] register command "Upload Active File" from "./fileCommandUploadActiveFile.ts" [03-13 12:19:40] [debug] register command "Upload Active Folder" from "./fileCommandUploadActiveFolder.ts" [03-13 12:19:40] [debug] register command "Upload File" from "./fileCommandUploadFile.ts" [03-13 12:19:40] [debug] register command "Upload Folder" from "./fileCommandUploadFolder.ts" [03-13 12:19:40] [debug] register command "Upload Force" from "./fileCommandUploadForce.ts" [03-13 12:19:40] [debug] register command "Upload Project" from "./fileCommandUploadProject.ts" [03-13 12:19:40] [info] config at /BASEPATH {"remotePath":"/REMOTEPATH/","uploadOnSave":true,"useTempFile":false,"openSsh":false,"downloadOnOpen":false,"ignore":[".vscode",".git",".gitignore",".gitattributes",".history",".DS_Store",".ftp*"],"concurrency":4,"protocol":"sftp","connectTimeout":10000,"interactiveAuth":false,"secure":false,"remoteTimeOffsetInHours":0,"remoteExplorer":{"order":0},"name":"Test server","host":"IP","port":PORT,"username":"**","password":"**"} [03-13 12:19:56] [info] [file-save] /PATH/AAA.php [03-13 12:19:56] [trace] handle upload file for /PATH/AAA.php [03-13 12:19:56] [debug] Custom crypto binding not available [03-13 12:19:56] [debug] Local ident: 'SSH-2.0-ssh2js1.11.0' [03-13 12:19:56] [debug] Client: Trying IP on port PORT ... [03-13 12:19:56] [debug] Socket connected [03-13 12:19:56] [debug] Remote ident: 'SSH-2.0-OpenSSH_7.4' [03-13 12:19:56] [debug] Outbound: Sending KEXINIT [03-13 12:19:56] [debug] Inbound: Handshake in progress [03-13 12:19:56] [debug] Handshake: (local) KEX method: curve25519-sha256@libssh.org,curve25519-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group15-sha512,diffie-hellman-group16-sha512,diffie-hellman-group17-sha512,diffie-hellman-group18-sha512 [03-13 12:19:56] [debug] Handshake: (remote) KEX method: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 [03-13 12:19:56] [debug] Handshake: KEX algorithm: curve25519-sha256@libssh.org [03-13 12:19:56] [debug] Handshake: (local) Host key format: ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-512,rsa-sha2-256,ssh-rsa [03-13 12:19:56] [debug] Handshake: (remote) Host key format: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 [03-13 12:19:56] [debug] Handshake: Host key format: ssh-ed25519 [03-13 12:19:56] [debug] Handshake: (local) C->S cipher: aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr [03-13 12:19:56] [debug] Handshake: (remote) C->S cipher: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc,blowfish-cbc,cast128-cbc,3des-cbc [03-13 12:19:56] [debug] Handshake: C->S Cipher: aes128-gcm@openssh.com [03-13 12:19:56] [debug] Handshake: (local) S->C cipher: aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr [03-13 12:19:56] [debug] Handshake: (remote) S->C cipher: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc,blowfish-cbc,cast128-cbc,3des-cbc [03-13 12:19:56] [debug] Handshake: S->C cipher: aes128-gcm@openssh.com [03-13 12:19:56] [debug] Handshake: (local) C->S MAC: hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 [03-13 12:19:56] [debug] Handshake: (remote) C->S MAC: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 [03-13 12:19:56] [debug] Handshake: C->S MAC: [03-13 12:19:56] [debug] Handshake: (local) S->C MAC: hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 [03-13 12:19:56] [debug] Handshake: (remote) S->C MAC: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 [03-13 12:19:56] [debug] Handshake: S->C MAC: [03-13 12:19:56] [debug] Handshake: (local) C->S compression: none,zlib@openssh.com,zlib [03-13 12:19:56] [debug] Handshake: (remote) C->S compression: none,zlib@openssh.com [03-13 12:19:56] [debug] Handshake: C->S compression: none [03-13 12:19:56] [debug] Handshake: (local) S->C compression: none,zlib@openssh.com,zlib [03-13 12:19:56] [debug] Handshake: (remote) S->C compression: none,zlib@openssh.com [03-13 12:19:56] [debug] Handshake: S->C compression: none [03-13 12:19:56] [debug] Outbound: Sending KEXECDH_INIT [03-13 12:19:56] [debug] Received DH Reply [03-13 12:19:56] [debug] Host accepted by default (no verification) [03-13 12:19:56] [debug] Host accepted (verified) [03-13 12:19:56] [debug] Outbound: Sending NEWKEYS [03-13 12:19:56] [debug] Inbound: NEWKEYS [03-13 12:19:56] [debug] Verifying signature ... [03-13 12:19:56] [debug] Verified signature [03-13 12:19:56] [debug] Handshake completed [03-13 12:19:56] [debug] Outbound: Sending SERVICE_REQUEST (ssh-userauth) [03-13 12:19:56] [debug] Inbound: Received SERVICE_ACCEPT (ssh-userauth) [03-13 12:19:56] [debug] Outbound: Sending USERAUTH_REQUEST (none) [03-13 12:19:56] [debug] Inbound: Received USERAUTH_FAILURE (publickey,gssapi-keyex,gssapi-with-mic,password) [03-13 12:19:56] [debug] Client: none auth failed [03-13 12:19:56] [debug] Outbound: Sending USERAUTH_REQUEST (password) [03-13 12:19:56] [debug] Inbound: Received USERAUTH_SUCCESS [03-13 12:19:56] [debug] Outbound: Sending CHANNEL_OPEN (r:0, session) [03-13 12:19:57] [debug] Inbound: GLOBAL_REQUEST (hostkeys-00@openssh.com) [03-13 12:19:57] [debug] Outbound: Sending GLOBAL_REQUEST (hostkeys-prove-00@openssh.com) [03-13 12:19:57] [debug] Inbound: CHANNEL_OPEN_CONFIRMATION (r:0, s:0) [03-13 12:19:57] [debug] Outbound: Sending CHANNEL_REQUEST (r:0, subsystem: sftp) [03-13 12:19:57] [debug] Inbound: REQUEST_SUCCESS [03-13 12:19:57] [debug] Inbound: CHANNEL_WINDOW_ADJUST (r:0, 2097152) [03-13 12:19:57] [debug] Inbound: CHANNEL_SUCCESS (r:0) [03-13 12:19:57] [debug] Outbound: Sending CHANNEL_DATA (r:0, 9) [03-13 12:19:57] [debug] Inbound: CHANNEL_DATA (r:0, 154) [03-13 12:19:57] [debug] SFTP: Inbound: Received VERSION (v3, exts:posix-rename@openssh.com,statvfs@openssh.com,fstatvfs@openssh.com,hardlink@openssh.com,fsync@openssh.com) [03-13 12:19:57] [debug] Outbound: Sending CHANNEL_DATA (r:0, 82) [03-13 12:19:57] [debug] SFTP: Outbound: Buffered MKDIR [03-13 12:19:57] [debug] Inbound: CHANNEL_DATA (r:0, 28) [03-13 12:19:57] [debug] SFTP: Inbound: Received STATUS (id:0, 4, "Failure") [03-13 12:19:57] [debug] Outbound: Sending CHANNEL_DATA (r:0, 78) [03-13 12:19:57] [debug] SFTP: Outbound: Buffered LSTAT [03-13 12:19:57] [debug] Inbound: CHANNEL_DATA (r:0, 41) [03-13 12:19:57] [debug] SFTP: Inbound: Received ATTRS (id:1) [03-13 12:19:57] [debug] Outbound: Sending CHANNEL_DATA (r:0, 94) [03-13 12:19:57] [debug] SFTP: Outbound: Buffered OPEN [03-13 12:19:57] [debug] Inbound: CHANNEL_DATA (r:0, 17) [03-13 12:19:57] [debug] SFTP: Inbound: Received HANDLE (id:2) [03-13 12:19:57] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:19:57] [debug] SFTP: Outbound: Buffered FSTAT [03-13 12:19:57] [debug] Inbound: CHANNEL_DATA (r:0, 41) [03-13 12:19:57] [debug] SFTP: Inbound: Received ATTRS (id:3) [03-13 12:19:57] [debug] Outbound: Sending CHANNEL_DATA (r:0, 25) [03-13 12:19:57] [debug] SFTP: Outbound: Buffered FSETSTAT [03-13 12:19:57] [debug] Inbound: CHANNEL_DATA (r:0, 28) [03-13 12:19:57] [debug] SFTP: Inbound: Received STATUS (id:4, 0, "Success") [03-13 12:19:57] [debug] Outbound: Sending CHANNEL_DATA (r:0, 29) [03-13 12:19:57] [debug] SFTP: Outbound: Buffered FSETSTAT [03-13 12:19:57] [debug] Inbound: CHANNEL_DATA (r:0, 28) [03-13 12:19:57] [debug] SFTP: Inbound: Received STATUS (id:5, 0, "Success") [03-13 12:19:57] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:19:57] [debug] SFTP: Outbound: Buffered CLOSE [03-13 12:19:57] [debug] Inbound: CHANNEL_DATA (r:0, 28) [03-13 12:19:57] [debug] SFTP: Inbound: Received STATUS (id:6, 0, "Success") [03-13 12:19:57] [info] local ➞ remote /PATH/AAA.php [03-13 12:20:03] [info] [file-save] /PATH/AAA.php [03-13 12:20:03] [trace] handle upload file for /PATH/AAA.php [03-13 12:20:03] [debug] Outbound: Sending CHANNEL_DATA (r:0, 82) [03-13 12:20:03] [debug] SFTP: Outbound: Buffered MKDIR [03-13 12:20:03] [debug] Inbound: CHANNEL_DATA (r:0, 28) [03-13 12:20:03] [debug] SFTP: Inbound: Received STATUS (id:7, 4, "Failure") [03-13 12:20:03] [debug] Outbound: Sending CHANNEL_DATA (r:0, 78) [03-13 12:20:03] [debug] SFTP: Outbound: Buffered LSTAT [03-13 12:20:03] [debug] Inbound: CHANNEL_DATA (r:0, 41) [03-13 12:20:03] [debug] SFTP: Inbound: Received ATTRS (id:8) [03-13 12:20:03] [debug] Outbound: Sending CHANNEL_DATA (r:0, 94) [03-13 12:20:03] [debug] SFTP: Outbound: Buffered OPEN [03-13 12:20:03] [debug] Inbound: CHANNEL_DATA (r:0, 17) [03-13 12:20:03] [debug] SFTP: Inbound: Received HANDLE (id:9) [03-13 12:20:03] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:03] [debug] SFTP: Outbound: Buffered FSTAT [03-13 12:20:03] [debug] Inbound: CHANNEL_DATA (r:0, 41) [03-13 12:20:03] [debug] SFTP: Inbound: Received ATTRS (id:10) [03-13 12:20:03] [debug] Outbound: Sending CHANNEL_DATA (r:0, 25) [03-13 12:20:03] [debug] SFTP: Outbound: Buffered FSETSTAT [03-13 12:20:03] [debug] Inbound: CHANNEL_DATA (r:0, 28) [03-13 12:20:03] [debug] SFTP: Inbound: Received STATUS (id:11, 0, "Success") [03-13 12:20:03] [debug] Outbound: Sending CHANNEL_DATA (r:0, 29) [03-13 12:20:03] [debug] SFTP: Outbound: Buffered FSETSTAT [03-13 12:20:03] [debug] Inbound: CHANNEL_DATA (r:0, 28) [03-13 12:20:03] [debug] SFTP: Inbound: Received STATUS (id:12, 0, "Success") [03-13 12:20:03] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:03] [debug] SFTP: Outbound: Buffered CLOSE [03-13 12:20:03] [debug] Inbound: CHANNEL_DATA (r:0, 28) [03-13 12:20:03] [debug] SFTP: Inbound: Received STATUS (id:13, 0, "Success") [03-13 12:20:03] [info] local ➞ remote /PATH/AAA.php [03-13 12:20:06] [debug] Outbound: Sending CHANNEL_DATA (r:0, 49) [03-13 12:20:06] [debug] SFTP: Outbound: Buffered OPENDIR [03-13 12:20:06] [debug] Inbound: CHANNEL_DATA (r:0, 17) [03-13 12:20:06] [debug] SFTP: Inbound: Received HANDLE (id:14) [03-13 12:20:06] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:06] [debug] SFTP: Outbound: Buffered READDIR [03-13 12:20:06] [debug] Inbound: CHANNEL_DATA (r:0, 1614) [03-13 12:20:06] [debug] SFTP: Inbound: Received NAME (id:15, 14) [03-13 12:20:06] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:06] [debug] SFTP: Outbound: Buffered READDIR [03-13 12:20:06] [debug] Inbound: CHANNEL_DATA (r:0, 32) [03-13 12:20:06] [debug] SFTP: Inbound: Received STATUS (id:16, 1, "End of file") [03-13 12:20:06] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:06] [debug] SFTP: Outbound: Buffered CLOSE [03-13 12:20:06] [debug] Inbound: CHANNEL_DATA (r:0, 28) [03-13 12:20:06] [debug] SFTP: Inbound: Received STATUS (id:17, 0, "Success") [03-13 12:20:07] [debug] Outbound: Sending CHANNEL_DATA (r:0, 57) [03-13 12:20:07] [debug] SFTP: Outbound: Buffered OPENDIR [03-13 12:20:07] [debug] Inbound: CHANNEL_DATA (r:0, 17) [03-13 12:20:07] [debug] SFTP: Inbound: Received HANDLE (id:18) [03-13 12:20:07] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:07] [debug] SFTP: Outbound: Buffered READDIR [03-13 12:20:07] [debug] Inbound: CHANNEL_DATA (r:0, 957) [03-13 12:20:07] [debug] SFTP: Inbound: Received NAME (id:19, 9) [03-13 12:20:07] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:07] [debug] SFTP: Outbound: Buffered READDIR [03-13 12:20:07] [debug] Inbound: CHANNEL_DATA (r:0, 32) [03-13 12:20:07] [debug] SFTP: Inbound: Received STATUS (id:20, 1, "End of file") [03-13 12:20:07] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:07] [debug] SFTP: Outbound: Buffered CLOSE [03-13 12:20:07] [debug] Inbound: CHANNEL_DATA (r:0, 28) [03-13 12:20:07] [debug] SFTP: Inbound: Received STATUS (id:21, 0, "Success") [03-13 12:20:09] [debug] Outbound: Sending CHANNEL_DATA (r:0, 63) [03-13 12:20:09] [debug] SFTP: Outbound: Buffered OPENDIR [03-13 12:20:09] [debug] Inbound: CHANNEL_DATA (r:0, 17) [03-13 12:20:09] [debug] SFTP: Inbound: Received HANDLE (id:22) [03-13 12:20:09] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:09] [debug] SFTP: Outbound: Buffered READDIR [03-13 12:20:09] [debug] Inbound: CHANNEL_DATA (r:0, 5997) [03-13 12:20:09] [debug] SFTP: Inbound: Received NAME (id:23, 47) [03-13 12:20:09] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:09] [debug] SFTP: Outbound: Buffered READDIR [03-13 12:20:09] [debug] Inbound: CHANNEL_DATA (r:0, 32) [03-13 12:20:09] [debug] SFTP: Inbound: Received STATUS (id:24, 1, "End of file") [03-13 12:20:09] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:09] [debug] SFTP: Outbound: Buffered CLOSE [03-13 12:20:09] [debug] Inbound: CHANNEL_DATA (r:0, 28) [03-13 12:20:09] [debug] SFTP: Inbound: Received STATUS (id:25, 0, "Success") [03-13 12:20:11] [debug] Outbound: Sending CHANNEL_DATA (r:0, 78) [03-13 12:20:11] [debug] SFTP: Outbound: Buffered OPENDIR [03-13 12:20:11] [debug] Inbound: CHANNEL_DATA (r:0, 17) [03-13 12:20:11] [debug] SFTP: Inbound: Received HANDLE (id:26) [03-13 12:20:11] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:11] [debug] SFTP: Outbound: Buffered READDIR [03-13 12:20:11] [debug] Inbound: CHANNEL_DATA (r:0, 1779) [03-13 12:20:11] [debug] SFTP: Inbound: Received NAME (id:27, 14) [03-13 12:20:11] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:11] [debug] SFTP: Outbound: Buffered READDIR [03-13 12:20:11] [debug] Inbound: CHANNEL_DATA (r:0, 32) [03-13 12:20:11] [debug] SFTP: Inbound: Received STATUS (id:28, 1, "End of file") [03-13 12:20:11] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:11] [debug] SFTP: Outbound: Buffered CLOSE [03-13 12:20:11] [debug] Inbound: CHANNEL_DATA (r:0, 28) [03-13 12:20:11] [debug] SFTP: Inbound: Received STATUS (id:29, 0, "Success") [03-13 12:20:14] [trace] run command 'Delete Remote' [03-13 12:20:16] [trace] handle removeRemote for /PATH/AAA.php [03-13 12:20:16] [debug] Outbound: Sending CHANNEL_DATA (r:0, 86) [03-13 12:20:16] [debug] SFTP: Outbound: Buffered LSTAT [03-13 12:20:16] [debug] Inbound: CHANNEL_DATA (r:0, 41) [03-13 12:20:16] [debug] SFTP: Inbound: Received ATTRS (id:30) [03-13 12:20:16] [debug] Outbound: Sending CHANNEL_DATA (r:0, 86) [03-13 12:20:16] [debug] SFTP: Outbound: Buffered REMOVE [03-13 12:20:16] [debug] Inbound: CHANNEL_DATA (r:0, 28) [03-13 12:20:16] [debug] SFTP: Inbound: Received STATUS (id:31, 0, "Success") [03-13 12:20:16] [debug] Outbound: Sending CHANNEL_DATA (r:0, 78) [03-13 12:20:16] [debug] SFTP: Outbound: Buffered OPENDIR [03-13 12:20:16] [debug] Inbound: CHANNEL_DATA (r:0, 17) [03-13 12:20:16] [debug] SFTP: Inbound: Received HANDLE (id:32) [03-13 12:20:16] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:16] [debug] SFTP: Outbound: Buffered READDIR [03-13 12:20:16] [debug] Inbound: CHANNEL_DATA (r:0, 1669) [03-13 12:20:16] [debug] SFTP: Inbound: Received NAME (id:33, 13) [03-13 12:20:16] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:16] [debug] SFTP: Outbound: Buffered READDIR [03-13 12:20:16] [debug] Inbound: CHANNEL_DATA (r:0, 32) [03-13 12:20:16] [debug] SFTP: Inbound: Received STATUS (id:34, 1, "End of file") [03-13 12:20:16] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:16] [debug] SFTP: Outbound: Buffered CLOSE [03-13 12:20:16] [debug] Inbound: CHANNEL_DATA (r:0, 28) [03-13 12:20:16] [debug] SFTP: Inbound: Received STATUS (id:35, 0, "Success") [03-13 12:20:17] [info] [file-save] /PATH/AAA.php [03-13 12:20:17] [trace] handle upload file for /PATH/AAA.php [03-13 12:20:17] [debug] Outbound: Sending CHANNEL_DATA (r:0, 82) [03-13 12:20:17] [debug] SFTP: Outbound: Buffered MKDIR [03-13 12:20:17] [debug] Inbound: CHANNEL_DATA (r:0, 28) [03-13 12:20:17] [debug] SFTP: Inbound: Received STATUS (id:36, 4, "Failure") [03-13 12:20:17] [debug] Outbound: Sending CHANNEL_DATA (r:0, 78) [03-13 12:20:17] [debug] SFTP: Outbound: Buffered LSTAT [03-13 12:20:17] [debug] Inbound: CHANNEL_DATA (r:0, 41) [03-13 12:20:17] [debug] SFTP: Inbound: Received ATTRS (id:37) [03-13 12:20:17] [debug] Outbound: Sending CHANNEL_DATA (r:0, 94) [03-13 12:20:17] [debug] SFTP: Outbound: Buffered OPEN [03-13 12:20:17] [debug] Inbound: CHANNEL_DATA (r:0, 17) [03-13 12:20:17] [debug] SFTP: Inbound: Received HANDLE (id:38) [03-13 12:20:17] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:17] [debug] SFTP: Outbound: Buffered FSTAT [03-13 12:20:17] [debug] Inbound: CHANNEL_DATA (r:0, 41) [03-13 12:20:17] [debug] SFTP: Inbound: Received ATTRS (id:39) [03-13 12:20:17] [debug] Outbound: Sending CHANNEL_DATA (r:0, 25) [03-13 12:20:17] [debug] SFTP: Outbound: Buffered FSETSTAT [03-13 12:20:17] [debug] Inbound: CHANNEL_DATA (r:0, 28) [03-13 12:20:17] [debug] SFTP: Inbound: Received STATUS (id:40, 0, "Success") [03-13 12:20:17] [debug] Outbound: Sending CHANNEL_DATA (r:0, 29) [03-13 12:20:17] [debug] SFTP: Outbound: Buffered FSETSTAT [03-13 12:20:17] [debug] Inbound: CHANNEL_DATA (r:0, 28) [03-13 12:20:17] [debug] SFTP: Inbound: Received STATUS (id:41, 0, "Success") [03-13 12:20:17] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:17] [debug] SFTP: Outbound: Buffered CLOSE [03-13 12:20:17] [debug] Inbound: CHANNEL_DATA (r:0, 28) [03-13 12:20:17] [debug] SFTP: Inbound: Received STATUS (id:42, 0, "Success") [03-13 12:20:17] [info] local ➞ remote /PATH/AAA.php [03-13 12:20:17] [debug] Outbound: Sending CHANNEL_DATA (r:0, 78) [03-13 12:20:17] [debug] SFTP: Outbound: Buffered OPENDIR [03-13 12:20:17] [debug] Inbound: CHANNEL_DATA (r:0, 17) [03-13 12:20:17] [debug] SFTP: Inbound: Received HANDLE (id:43) [03-13 12:20:17] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:17] [debug] SFTP: Outbound: Buffered READDIR [03-13 12:20:17] [debug] Inbound: CHANNEL_DATA (r:0, 1779) [03-13 12:20:17] [debug] SFTP: Inbound: Received NAME (id:44, 14) [03-13 12:20:17] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:17] [debug] SFTP: Outbound: Buffered READDIR [03-13 12:20:17] [debug] Inbound: CHANNEL_DATA (r:0, 32) [03-13 12:20:17] [debug] SFTP: Inbound: Received STATUS (id:45, 1, "End of file") [03-13 12:20:17] [debug] Outbound: Sending CHANNEL_DATA (r:0, 17) [03-13 12:20:17] [debug] SFTP: Outbound: Buffered CLOSE [03-13 12:20:17] [debug] Inbound: CHANNEL_DATA (r:0, 28) [03-13 12:20:17] [debug] SFTP: Inbound: Received STATUS (id:46, 0, "Success")

rauven commented 1 year ago

Sorry it's a duplicate of #325 I searched "capitalisation" but not "case"