LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 04-20-2006, 03:12 AM   #1
gabsik
Member
 
Registered: Dec 2005
Location: This planet
Distribution: Debian,Xubuntu
Posts: 567

Rep: Reputation: 30
FTP incoming dir


On a debian sarge 3.1 i have proftpd for anonymous logins downloads work good but the incoming directory doesn't allow incomings and the connection stops
I have this configuration directives :

Umask 017 007

<Directory incoming/*>
<Limit ALL>
DenyAll
</Limit>
<Limit STOR CDUP CWD XCWD XCUP STOU WRITE>
Allow All
</Limit>
</Directory>


 
Old 04-20-2006, 10:44 PM   #2
zaichik
Member
 
Registered: May 2004
Location: Iowa USA
Distribution: CentOS
Posts: 419

Rep: Reputation: 30
It looks like you want to allow them to upload to this directory only, not download. In that case, I think you want to change the first Limit directive from Limit ALL. Maybe something like:

Code:
<Directory incoming>
   <Limit READ>
      DenyAll
   </Limit>
   <Limit STOR CDUP CWD XCWD XCUP STOU WRITE>
      AllowAll
   </Limit>
</Directory>
All inside an <Anonymous> container, is it?

Hope that helps.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot list dir via FTP Ephracis Linux - Software 7 12-11-2004 07:24 PM
How to route incoming files on an FTP server? Biggster Linux - General 1 02-26-2004 05:15 AM
problem using ls and dir commands in wu-ftp server amit666 Linux - Newbie 2 02-03-2004 09:17 AM
cant ls,dir with ftp client steve_babbage Linux - Security 1 01-07-2004 04:46 PM
FTP Users Go to There Home Dir FS2003 Linux - Networking 1 07-11-2003 02:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 01:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration