Announcement

Collapse
No announcement yet.

Looking for sftp help with Dolphin

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Looking for sftp help with Dolphin

    I can log into a remote server using the command line with:

    sftp -P 2222 upload@example.org

    but I just can't get the syntax right to access this through Dolphin.

    Can anybody help me out please?

    #2
    To access through the location bar: sftp://upload@example.org:2222

    To store it:

    Go the network section in Dolphin, using the button on the left bar.
    Click the "Add Network Folder" button.
    Select "Secure shell(ssh)"

    This will give you a form, that using your example will be

    Name: Anything can go here.
    User: upload
    server: example.org
    Port: 2222
    protocol: sftp
    Folder: / (or whatever you want to point to on the server)

    Will create an icon in the network folder, you can drag that to be a bookmark on the left bar if you so wish.

    Comment


      #3
      Yes, thank you, it was the port number syntax that killed me.

      Comment

      Working...
      X