Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ftp access restriction

Status
Not open for further replies.

kmuthu

Programmer
Jun 14, 2001
10
US
Hi,

I want to give ftp access to a login which can read only a specific directory and it should not access(read) any other directory in the system. Is it possible? If so how to do that?

Thanks in advance
Muthu
 
Which FTP server are you using?

IBM Certified Confused - MQSeries
IBM Certified Flabbergasted - AIX 5 pSeries System Administration
MS Certified Windblows Rebooter
 
On *nix. Create a specific user for this ftp.
Then ensure that this users has only the required permissions to the relevant directories.
 
The process you are asking about is CHROOT do a google for it or check the man files of your version of ftp.

This is the normal (secure setup) for ftp

L.
 
Sorry, I wasn't clear, which version of FTP server are you using, ProFTP, wu-ftp, etc. It all depends on the server version on how it's done.

IBM Certified Confused - MQSeries
IBM Certified Flabbergasted - AIX 5 pSeries System Administration
MS Certified Windblows Rebooter
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top