cancel
Showing results for 
Search instead for 
Did you mean: 

Turn off / Disable FTP

darwin
Champ in-the-making
Champ in-the-making
Hi,

I'd like to turn off FTP access to Alfresco.  Does anyone know how I could go about doing this?  And if there are any implications to this?

Except letting people send files by FTP to the spaces they're allowed to upload to, is there any other functionality involved in shutting it off?

I tried commenting out the following lines in file-servers.xml, but, that didn't seem to do the trick…

<!–   <config evaluator="string-compare" condition="FTP Server"> –>
<!–      <debug flags="File,Search,Error,Directory,Info,DataPort"/> –>
<!–   </config> –>

Regards,
5 REPLIES 5

rivetlogic
Champ on-the-rise
Champ on-the-rise
To do that you can comment out the ftpServer bean section in {configRoot}/alfresco/bootstrap-context.xml

Note though that you can also change the port of the FTP server if you're just trying to free port 21. That can be done in file-servers.xml

Hope this helps.

–Aladdin

csiege
Champ in-the-making
Champ in-the-making
Do you if there is a way to just turn on only for a specific group?

rivetlogic
Champ on-the-rise
Champ on-the-rise
FTP (and for that matter CIFS and WebDAV) respects the same access restrictions and permissions you set up on spaces using the Web Client. Under the hood, all these interfaces use the same repository services that are transactional and secure.

–Sumer

csiege
Champ in-the-making
Champ in-the-making
oh ya…  great point!

darwin
Champ in-the-making
Champ in-the-making
That worked out perfectly.  Thanks! Smiley Happy