[kio-extras] [Bug 504148] Can't establish an SFTP connection over KIO

2025-05-13 Thread postix
https://bugs.kde.org/show_bug.cgi?id=504148

--- Comment #5 from postix  ---
For the time being I've worked around it by

`sshfs -o IdentityFile=~/.ssh/id_rsa,default_permissions postix@host:/
/mnt/foo`

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 504148] Can't establish an SFTP connection over KIO

2025-05-13 Thread postix
https://bugs.kde.org/show_bug.cgi?id=504148

--- Comment #3 from postix  ---
```
> KIO_SFTP_LOG_VERBOSITY=10 KDE_FORK_SLAVES=1 
> QT_LOGGING_RULES="log_kio_sftp=true;kf.kio.workers.sftp=true;" dolphin 
> --new-window sftp://postix@host
kf.kio.workers.sftp: *** Starting kio_sftp 
kf.kio.workers.sftp: pid =  32483
kf.kio.workers.sftp: debug =  10
kf.kio.workers.sftp: "postix" @ "host" : 0
kf.kio.workers.sftp: 
kf.kio.workers.sftp: list directory:  QUrl("sftp://postix@host";)
kf.kio.workers.sftp: checking cache: info.username = "postix" , info.url =
"sftp://postix@host";
kf.kio.workers.sftp: *** Starting kio_sftp 
kf.kio.workers.sftp: pid =  32490
kf.kio.workers.sftp: debug =  10
kf.kio.workers.sftp: "postix" @ "host" : 0
kf.kio.workers.sftp: 
kf.kio.workers.sftp: file system free space of QUrl("sftp://postix@host";)
kf.kio.workers.sftp: checking cache: info.username = "postix" , info.url =
"sftp://postix@host";
```

The following keeps being repeatedly logged once per minute or so:

```
kf.kio.workers.sftp: *** Starting kio_sftp 
kf.kio.workers.sftp: pid =  32607
kf.kio.workers.sftp: debug =  10
kf.kio.workers.sftp: "postix" @ "host" : 0
kf.kio.workers.sftp: 
kf.kio.workers.sftp: file system free space of QUrl("sftp://postix@host";)
kf.kio.workers.sftp: checking cache: info.username = "postix" , info.url =
"sftp://postix@host";
```

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 504148] Can't establish an SFTP connection over KIO

2025-05-13 Thread postix
https://bugs.kde.org/show_bug.cgi?id=504148

--- Comment #4 from postix  ---
Follow up from the post above:

When I click now with the cursor into the address bar in Dolphin and hit
"enter" to (again try to) open the remote directory, kio logs `kf.kio.core:
Invalid URL: QUrl("")` as once stated above.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 504148] Can't establish an SFTP connection over KIO

2025-05-13 Thread postix
https://bugs.kde.org/show_bug.cgi?id=504148

postix  changed:

   What|Removed |Added

Summary|kf.kio.core: Invalid URL:   |Can't establish an SFTP
   |QUrl("") on trying to open  |connection over KIO
   |SFTP address in Dolphin |

-- 
You are receiving this mail because:
You are watching all bug changes.