Savannah Administration - News: Secure FTP access to download area
Secure FTP access to download area
Item posted by Loïc Dachary <loic> on Fri 12 Jul 2002 05:08:59 PM UTC.
Secure FTP access to download area Many people complained that rsync over ssh were too difficult to deal
with and that scp alone did not have enough functionalities to
properly manage the upload area of Savannah projects. Savannah now
offers the sftp service which is an equivalent of ftp running over an
ssh connection. It should be included in popular ssh distributions. If
it is not the case, we suggest you consider an upgrade.
A typical usage for project MYPROJECT would be:
sftp MYUSERNAME@freesoftware.fsf.org:/MYPROJECT/
Connecting to freesoftware.fsf.org...
Changing to: /uri/
From this point you can PUT files in the upload area and immediately
see them at http://savannah.gnu.org/download/MYPROJECT/. You can also
delete existing files (RM), create directories (MKDIR) or change the
file permissions (CHMOD).
It is our hope that sftp will make your life easier.
Happy hacking, the Savannah Hackers
problems : (posted by James Michael DuPont, Sun 01 Jun 2003 07:51:13 AM UTC) |
try 1 :
|
Finally figured out how to make this work! (posted by Dan Nelson, Fri 27 Dec 2002 10:16:05 PM UTC) |
Apparently the sftp-server component is in the wrong place on freesoftware.fsf.org. You need to add the -s flag to force the path that it expects:
|
the command above is wrong (posted by Daniel Baumann, Sat 27 Jul 2002 05:25:16 PM UTC) |
the correct command is:
|
RE: the command above is wrong (posted by Luca Saiu, Sat 27 Jul 2002 07:33:30 PM UTC) |
When I used the "-1" option as you suggested the server replied
|
RE: the command above is wrong (posted by Dan Nelson, Sat 27 Jul 2002 07:52:19 PM UTC) |
I get the same error, running
|
RE: the command above is wrong (posted by Daniel Baumann, Sat 27 Jul 2002 08:04:00 PM UTC) |
you should do a
|
RE: the command above is wrong (posted by Dan Nelson, Sat 27 Jul 2002 08:14:35 PM UTC) |
That only applies to people trying to access the CVS repository using an old copy of cvs that does not already default to ssh. We're trying to sftp here :)
|
RE: the command above is wrong (posted by Beda Kosata, Thu 08 Aug 2002 01:09:47 PM UTC) |
same problem. |
This doesn't work (posted by RIQUER Vincent, Mon 16 Sep 2002 07:54:07 PM UTC) |
nircotik @ Licorne ~/Prog/Bash/labapus$ sftp -1 script-fan@freesoftware.fsf.org:/labapus/
|
Authentication (posted by Luca Saiu, Sat 27 Jul 2002 03:39:14 PM UTC) |
Sorry, when I tried the new SFTP access for upgrading the download area of my project, epsilon I was asked for a password.
|
RE: Authentication (posted by Alex Moffat, Mon 05 Aug 2002 02:01:45 AM UTC) |
I had the same problem. I'm using debian and installed sftp. scp was working fine, cvs still works but sftp doesn't. I used
|
RE: Authentication (posted by Daniel Baumann, Mon 05 Aug 2002 04:10:44 PM UTC) |
like it is written above,
|
Powered by Savane 3.13-081f.
Corresponding source code