Is there any very bare minimal ftp server for ubuntu that wouldn't conflict with other installed servers?
Posted
by
Disco
on Server Fault
See other posts from Server Fault
or by Disco
Published on 2011-11-22T18:38:58Z
Indexed on
2011/11/23
9:54 UTC
Read the original article
Hit count: 195
I have installed proftpd with mod-sql modules; i need to have a ftp server that would run on another port (and use a separate authentication scheme)
Whenever i try to install vsftpd or pureftpd it simply removes proftpd and dependencies; i'm guessing it's to prevent having conflicts ...
Is there any 'very small' ftp server; like run from command line that I could use ?
I've searched all around but cannot find ...
Any help would be appreciated
© Server Fault or respective owner