<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 02/01/2014 10:28 AM, -- Roger wrote:<br>
    </div>
    <blockquote
      cite="mid:fba5e830-c94a-4d93-b7d9-ec800b59c8f6@katmail.1gravity.com"
      type="cite">Filezilla. Great GUI, sftp mode.<br>
      <br>
      <div class="gmail_quote">On Feb 1, 2014, Norman Silverstone
        <a class="moz-txt-link-rfc2396E" href="mailto:norman@littletank.org"><norman@littletank.org></a> wrote:
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <pre class="k10mail">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
</pre>
        </blockquote>
      </div>
      <br>
      -- Sent from my Android device with <b><a moz-do-not-send="true"
href="https://play.google.com/store/apps/details?id=com.onegravity.k10.pro2">K-@
          Mail</a></b>. Please excuse my brevity.
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    +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.<br>
    From cli:<br>
        mkdir MyServer <br>
        sshfs <a class="moz-txt-link-abbreviated" href="mailto:username@mydomain.com:/path/to/working/directory">username@mydomain.com:/path/to/working/directory</a>
    /home/user/MyServer<br>
    <br>
    you are mounting your domain server to the directory MyServer;
    which, btw, only needs to be created once.<br>
    <br>
    I found the latter option handy as it not eating local resources. 
    Hope this helps.<br>
    <br>
    Fred<br>
  </body>
</html>