• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

public ftp

wacky wacko

New Member
I have a public ftp site and I was wondering is there something like .htaccess for ftp that can control file permissions on the ftp site?
 
Just do a chmod...that should effectively block access to certain portions...

What FTP server are you using... a lot also have other ways of blocking access to certain directories, and make some password protected...obvioulsy chmod wont allow you to password protect a directory...

So it all depends on what server you are using...
 
Oh in that case:

1. If you just wanted to restrict DIRs, then use chmod

2. If you want password protected DIRs, you will have to ask the host to create a new FTP account for you...most have a small fee for extra FTP accounts...

3. Most hosts will have a public anonymous FTP that will allow uploads and downloads in a restricted DIR. Ask you host if they support that...

Hope that helps :)
 
Back
Top