savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] Re: How to upload file and delete expired file?


From: Che Dong
Subject: [Savannah-hackers] Re: How to upload file and delete expired file?
Date: Mon, 23 Sep 2002 17:38:33 +0800

I use the file upload guide in
https://savannah.gnu.org/faq/?group_id=11&question=How_do_I_add_files_in_the_download_area.txt

sftp -1 address@hidden:/upload/phpman
Connecting to freesoftware.fsf.org...
Warning: Permanently added the RSA1 host key for IP address '199.232.41.4' to 
the list of known hosts.
Enter passphrase for RSA key '/home/chedong/.ssh/identity': 
You tried to execute: `/usr/local/bin/cvssh -c /usr/local/libexec/sftp-server'.
Sorry, you are only allowed to execute : 
CVS_RSH=ssh cvs commands
rsync from /cvsroot or /upload.
rsync to /upload.
sftp to and from /upload.
Connection closed

but scp is ok:
scp -i /home/chedong/.ssh/identity -oProtocol=1 phpMan.php 
address@hidden:/upload/phpman/
Enter passphrase for RSA key '/home/chedong/.ssh/identity': 
phpMan.php           100% 
|************************************************************| 34682       
00:00   


I still don't know how to delete remote files

BTW: the mail reply to you directly is returned:

This message was created automatically by mail delivery software (Exim).

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  pipe to |/usr/bin/procmail
    generated by address@hidden
    local delivery failed

The following text was generated during the delivery attempt:

------ pipe to |/usr/bin/procmail
       generated by address@hidden ------

/usr/bin/procmail: relocation error: /lib/libm.so.6: symbol __cxa_finalije, 
version GLIBC_2.1.3 not defined in file libc.so.6 with link time reference

------ This is a copy of the message, including all the headers. ------

Return-path: <address@hidden>
Received: from valkyrie ([127.0.0.1] helo=localhost)
by valkyrie with esmtp (Exim 4.10)
id 17tPBI-0000ZI-00
for address@hidden; Mon, 23 Sep 2002 11:07:04 +0200
Delivered-To: address@hidden
Received: from mail.coleumes.org [80.67.164.8]
by localhost with POP3 (fetchmail-5.9.0)
for address@hidden (single-drop); Mon, 23 Sep 2002 11:07:04 +0200 (CEST)
Received: (qmail 8314 invoked by alias); 23 Sep 2002 09:05:44 -0000
Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164)
  by estelle.lautre.net with SMTP; 23 Sep 2002 09:05:44 -0000
Received: from monty-python.gnu.org ([199.232.76.173])
by fencepost.gnu.org with esmtp (Exim 4.10)
id 17tPA0-0004LU-00
for address@hidden; Mon, 23 Sep 2002 05:05:44 -0400
Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10)
id 17tP9w-0001c7-00
for address@hidden; Mon, 23 Sep 2002 05:05:43 -0400
Received: from oe57.law8.hotmail.com ([216.33.240.192] helo=hotmail.com)
by monty-python.gnu.org with esmtp (Exim 4.10)
id 17tP9w-0001c1-00
for address@hidden; Mon, 23 Sep 2002 05:05:40 -0400
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
Mon, 23 Sep 2002 02:05:38 -0700
X-Originating-IP: [202.108.234.154]
From: "Che Dong" <address@hidden>
To: "Mathieu Roy" <address@hidden>
References: <address@hidden> <address@hidden>
Subject: Re: How to upload file and delete expired file?
Date: Mon, 23 Sep 2002 17:07:45 +0800
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: base64
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Message-ID: <address@hidden>
X-OriginalArrivalTime: 23 Sep 2002 09:05:38.0489 (UTC) 
FILETIME=[62853A90:01C262E0]
X-Spam-Status: No, hits=2.5 required=5.0
tests=SUBJ_ENDS_IN_Q_MARK,BASE64_ENC_TEXT,FORGED_HOTMAIL_RCVD
version=2.31
X-Spam-Level: **



Che, Dong


----- Original Message ----- 
From: "Che Dong" <address@hidden>
To: <address@hidden>
Sent: Monday, September 23, 2002 6:34 AM
Subject: How to upload file and delete expired file?


> Hi:
> I m a user for project: 
> http://savannah.nongnu.org/projects/phpMan/
> I can access cvs server smoothly via ssh public key
> 
> but faild with scp and sftp for file uploading, the error message output from 
> sftp or scp command:
> 
> You tried to execute: `/usr/local/bin/cvssh -c scp -t 
> /webcvs/phpman/phpMan.php'.
> Sorry, you are only allowed to execute : 
> CVS_RSH=ssh cvs commands
> rsync from /cvsroot or /upload.
> rsync to /upload.
> sftp to and from /upload.
> lost connection
> > 
> 
> and I want to delete some expired file at:
> http://savannah.nongnu.org/download/phpman/
> 
> Please tell me howto?
> 
> Regards
> 
> Che, Dong
> 
> 
> 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]