Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1051  / 1 Year ago, sun, april 23, 2023, 6:51:36

I'm trying to connect to my server with sftp. The server is working just fine. I connected to it from FileZilla. Then I was able to connect to it using Dolphin by just typing in the address: sftp://username:password@domain/. This worked and I was even able to transfer files.


However, I would like to create a directory to save this for future use, so that I don't have to type that in every time. It seems that "Add Network Directory" uses ftp instead of sftp, making it so that I cannot connect to the server. I can find no way to make it use sftp, is there a way to do this?


Every time that I try to connect, it asks for the password, I enter it, and then I get this error:


  Server replied:
530 Non-anonymous sessions must use encryption.
Do you want to retry?

More From » ftp

 Answers
0

If it's your server and you have SSH access, than maybe setup a SSH connection instead and use fish://username@remotehost as the URI in dolphin.


There is a big difference between SFTP (FTP over SSH) vs FTPS which is FTP over TLS. It gets more complicated because FTPS has an implicit and explicit mode, implicit uses a dedicate port and connects using TLS, while the explicit mode uses the normal ftp port and switches to TLS with startTLS command.


Looking at the source:
https://github.com/KDE/dolphin/blob/c836cf010c12858a7f3a4943c06f9de2b9f31a14/doc/index.docbook#L609


The docs imply the dolphin supports SFTP and FISH, both of which use SSH. I can find no mention of FTPS, so perhaps it doesn't support that?


[#1570] Sunday, April 23, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
inciplyies

Total Points: 10
Total Questions: 114
Total Answers: 93

Location: French Polynesia
Member since Sun, Dec 20, 2020
3 Years ago
inciplyies questions
Fri, Aug 26, 22, 13:51, 2 Years ago
Mon, Sep 13, 21, 03:43, 3 Years ago
Sat, Nov 20, 21, 06:38, 2 Years ago
;