[xubuntu-users] sftp

Fred Roller fredroller66 at gmail.com
Mon Feb 3 15:16:43 UTC 2014


On 02/01/2014 10:28 AM, -- Roger wrote:
> Filezilla. Great GUI, sftp mode.
>
> On Feb 1, 2014, Norman Silverstone <norman at littletank.org> wrote:
>
>     What application would you suggest I should use to add files to or
>     remove files from a small website I have. I used to use gftp but I have
>     been advised that SFTP is the protocol to use.
>
>     Thanks
>
>     Norman
>
>
> -- Sent from my Android device with *K-@ Mail 
> <https://play.google.com/store/apps/details?id=com.onegravity.k10.pro2>*. 
> Please excuse my brevity.
>
>
+1 with Filezilla.  You can "bookmark" it in the program to save time.  
You could also look at using sshfs if your provider allows secure shell 
access.  This has the advantage of seeing your directories on the server 
as just another directory on the local system.
 From cli:
     mkdir MyServer
     sshfs username at mydomain.com:/path/to/working/directory 
/home/user/MyServer

you are mounting your domain server to the directory MyServer; which, 
btw, only needs to be created once.

I found the latter option handy as it not eating local resources. Hope 
this helps.

Fred
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/xubuntu-users/attachments/20140203/2de048f2/attachment.html>


More information about the xubuntu-users mailing list