* configure anonymous ftp problem
@ 2003-10-02 9:34 Lejanson C. Go
2003-10-02 9:56 ` Horia Chirculescu
2003-10-02 12:11 ` Jeff Largent
0 siblings, 2 replies; 4+ messages in thread
From: Lejanson C. Go @ 2003-10-02 9:34 UTC (permalink / raw)
To: linux-admin
Hello,
Good Day!!!
I am trying to configure my RH7.3 box with an anonymous
ftp access. I have configured anon-ftp and its working.
Now I am planning to put an 'incoming' folder wherein
anonymous users can put their files on it.
I have put an incoming folder in /var/ftp/incoming and
set its permissions to ..
164415 drwxrw-rw- 2 root root 4096 Oct 2 17:20 incoming
But I still cannot upload files in 'incoming' directory.
The error message is this:
ftp> put rec_cli-coderev-09302003-1.0.tar.gz
local: rec_cli-coderev-09302003-1.0.tar.gz remote:
rec_cli-coderev-09302003-1.0.tar.gz
227 Entering Passive Mode (172,28,61,30,201,151)
553 rec_cli-coderev-09302003-1.0.tar.gz: Permission denied on server.
(Upload)
ftp>
Where do I go from here? I really needed some help.
Thanks a lot.
In Need,
Lejanson
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: configure anonymous ftp problem
2003-10-02 9:34 configure anonymous ftp problem Lejanson C. Go
@ 2003-10-02 9:56 ` Horia Chirculescu
2003-10-02 12:11 ` Jeff Largent
1 sibling, 0 replies; 4+ messages in thread
From: Horia Chirculescu @ 2003-10-02 9:56 UTC (permalink / raw)
To: Lejanson C. Go; +Cc: linux-admin
Maybe if you will post the configuration that you use to set up your FTP
server will help us understand the problem.
____ ____ o ~
// // / __ \ // \ // //'''' //\\
//_____// / / / / //___ / // // // \\
// // / /_/ / // \ // // //____\\
// // \____/ // \ // \\.... // \\
------------------------------------------------------------------------
Comtec Net Romania
----------------------------------------------------
WEB: www.eltop.ro IRC: irc.eltop.ro NEWS: news.eltop.ro
----------------------------------------------------
Horia Chirculescu root@eltop.ro
Connex: +40 723 205 086
Zapp: +40 788 374 059
On Thu, 2 Oct 2003, Lejanson C. Go wrote:
> Hello,
>
> Good Day!!!
>
> I am trying to configure my RH7.3 box with an anonymous
> ftp access. I have configured anon-ftp and its working.
> Now I am planning to put an 'incoming' folder wherein
> anonymous users can put their files on it.
>
> I have put an incoming folder in /var/ftp/incoming and
> set its permissions to ..
>
> 164415 drwxrw-rw- 2 root root 4096 Oct 2 17:20 incoming
>
> But I still cannot upload files in 'incoming' directory.
> The error message is this:
>
> ftp> put rec_cli-coderev-09302003-1.0.tar.gz
> local: rec_cli-coderev-09302003-1.0.tar.gz remote:
> rec_cli-coderev-09302003-1.0.tar.gz
> 227 Entering Passive Mode (172,28,61,30,201,151)
> 553 rec_cli-coderev-09302003-1.0.tar.gz: Permission denied on server.
> (Upload)
> ftp>
>
> Where do I go from here? I really needed some help.
>
> Thanks a lot.
>
>
> In Need,
>
> Lejanson
>
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: configure anonymous ftp problem
2003-10-02 9:34 configure anonymous ftp problem Lejanson C. Go
2003-10-02 9:56 ` Horia Chirculescu
@ 2003-10-02 12:11 ` Jeff Largent
2003-10-03 1:01 ` Lejanson C. Go
1 sibling, 1 reply; 4+ messages in thread
From: Jeff Largent @ 2003-10-02 12:11 UTC (permalink / raw)
To: Lejanson C. Go; +Cc: linux-admin
I'll make the assumption you are using wu-ftpd that comes with redhat.
If this is the case you need to edit /etc/ftpaccess and tell ftpd where
uploads are allowed.
upload /var/ftp /incoming/* yes ftp daemon 0666
Jeff
Lejanson C. Go wrote:
> Hello,
>
> Good Day!!!
>
> I am trying to configure my RH7.3 box with an anonymous
> ftp access. I have configured anon-ftp and its working.
> Now I am planning to put an 'incoming' folder wherein
> anonymous users can put their files on it.
>
> I have put an incoming folder in /var/ftp/incoming and
> set its permissions to ..
>
> 164415 drwxrw-rw- 2 root root 4096 Oct 2 17:20 incoming
>
> But I still cannot upload files in 'incoming' directory.
> The error message is this:
>
> ftp> put rec_cli-coderev-09302003-1.0.tar.gz
> local: rec_cli-coderev-09302003-1.0.tar.gz remote:
> rec_cli-coderev-09302003-1.0.tar.gz
> 227 Entering Passive Mode (172,28,61,30,201,151)
> 553 rec_cli-coderev-09302003-1.0.tar.gz: Permission denied on server.
> (Upload)
> ftp>
>
> Where do I go from here? I really needed some help.
>
> Thanks a lot.
>
>
> In Need,
>
> Lejanson
>
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
--
Jeff Largent ImageLinks, Inc.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: configure anonymous ftp problem
2003-10-02 12:11 ` Jeff Largent
@ 2003-10-03 1:01 ` Lejanson C. Go
0 siblings, 0 replies; 4+ messages in thread
From: Lejanson C. Go @ 2003-10-03 1:01 UTC (permalink / raw)
To: Jeff Largent; +Cc: linux-admin
Hello Again,
Thanks for all the help. I finally got it working.
Lejanson.
Jeff Largent wrote:
> I'll make the assumption you are using wu-ftpd that comes with redhat.
> If this is the case you need to edit /etc/ftpaccess and tell ftpd where
> uploads are allowed.
> upload /var/ftp /incoming/* yes ftp daemon 0666
>
>
> Jeff
>
>
> Lejanson C. Go wrote:
>
>> Hello,
>>
>> Good Day!!!
>>
>> I am trying to configure my RH7.3 box with an anonymous
>> ftp access. I have configured anon-ftp and its working.
>> Now I am planning to put an 'incoming' folder wherein
>> anonymous users can put their files on it.
>>
>> I have put an incoming folder in /var/ftp/incoming and
>> set its permissions to ..
>>
>> 164415 drwxrw-rw- 2 root root 4096 Oct 2 17:20 incoming
>>
>> But I still cannot upload files in 'incoming' directory.
>> The error message is this:
>>
>> ftp> put rec_cli-coderev-09302003-1.0.tar.gz
>> local: rec_cli-coderev-09302003-1.0.tar.gz remote:
>> rec_cli-coderev-09302003-1.0.tar.gz
>> 227 Entering Passive Mode (172,28,61,30,201,151)
>> 553 rec_cli-coderev-09302003-1.0.tar.gz: Permission denied on server.
>> (Upload)
>> ftp>
>>
>> Where do I go from here? I really needed some help.
>>
>> Thanks a lot.
>>
>>
>> In Need,
>>
>> Lejanson
>>
>>
>>
>>
>> -
>> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
>>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-10-03 1:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-02 9:34 configure anonymous ftp problem Lejanson C. Go
2003-10-02 9:56 ` Horia Chirculescu
2003-10-02 12:11 ` Jeff Largent
2003-10-03 1:01 ` Lejanson C. Go
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).