Hello Joël,

Joël Krähemann wrote:
> Bob Proulx wrote:
> > Please let us know if you have problems.
>
> I experience problems using SFTP.
> 
> $ sftp [email protected]:/releases/gsequencer
> Connection closed

Thank you for this report.  However looking at the logs I see that
sftp was disabled on the systems on 2016-NOV-8 due to security
concerns.  We don't (yet anyway) have a way to contain sftp
appropriately.  This may change in the future.

Currently the two supported access protocols for 'download' are scp
and rsync.  I recommend using rsync.

Try this for a listing:

  rsync [email protected]:/releases/gsequencer/stable/

Try this for an upload:

  rsync -av FILE.TO.UPLOAD 
[email protected]:/releases/gsequencer/stable/

Hope that helps!
Bob

Reply via email to