Networking Forums

Networking Forums > Computer Networking > Linux Networking > installing several FTP servers on single Ubuntu machine

Reply
Thread Tools Display Modes

installing several FTP servers on single Ubuntu machine

 
 
Armel
Guest
Posts: n/a

 
      03-24-2010, 01:59 PM
Hello,

I am developping an FTP client software (using libcurl), and would like to
test it against the maximum of servers, so as to ensure maximum
compatilibity.
I am clearly not a guru of FTP servers installation, and in Ubuntu whenever
I want to install another FTP server Synaptic wants to uninstall the
previous.
how can I install several servers (at least proftpd, pureftpd,vsftpd,
probably filezilla server...) ?

Best regards
Armel
--


 
Reply With Quote
 
 
 
 
Bill Marcum
Guest
Posts: n/a

 
      03-24-2010, 03:11 PM
On 2010-03-24, Armel <armelasselin> wrote:
> Hello,
>
> I am developping an FTP client software (using libcurl), and would like to
> test it against the maximum of servers, so as to ensure maximum
> compatilibity.
> I am clearly not a guru of FTP servers installation, and in Ubuntu whenever
> I want to install another FTP server Synaptic wants to uninstall the
> previous.
> how can I install several servers (at least proftpd, pureftpd,vsftpd,
> probably filezilla server...) ?
>
> Best regards
> Armel


You could install them in virtual machines, or build them from source
code so you can install each in its own directory. FTP servers normally
all use the same ports, so you will probably only run one at a time. It
could take just a minute or to to uninstall one and install another, if
you keep the .deb files and install them with "dpkg -i". When you use
aptitude or synaptic, .deb files are stored in /var/cache/apt/archives,
but they may be automatically deleted from there.


--
THEY'RE IN UR BED, EATING UR DREAMZ
 
Reply With Quote
 
Armel
Guest
Posts: n/a

 
      03-24-2010, 04:40 PM

"Bill Marcum" <(E-Mail Removed)> a écrit dans le message de news:
s6qp77-(E-Mail Removed)...
> On 2010-03-24, Armel <armelasselin> wrote:
>> Hello,
>>
>> I am developping an FTP client software (using libcurl), and would like
>> to
>> test it against the maximum of servers, so as to ensure maximum
>> compatilibity.
>> I am clearly not a guru of FTP servers installation, and in Ubuntu
>> whenever
>> I want to install another FTP server Synaptic wants to uninstall the
>> previous.
>> how can I install several servers (at least proftpd, pureftpd,vsftpd,
>> probably filezilla server...) ?
>>
>> Best regards
>> Armel

>
> You could install them in virtual machines, or build them from source
> code so you can install each in its own directory. FTP servers normally
> all use the same ports, so you will probably only run one at a time. It
> could take just a minute or to to uninstall one and install another, if
> you keep the .deb files and install them with "dpkg -i". When you use
> aptitude or synaptic, .deb files are stored in /var/cache/apt/archives,
> but they may be automatically deleted from there.

It is already one virtual machine, because I test also against Windows FTP
servers, probably Solaris as well soon.
I believe i'll have to get the "make configure" way...

Best regards
Armel


 
Reply With Quote
 
Antoine EMERIT
Guest
Posts: n/a

 
      04-05-2010, 10:07 AM
You can install them all, and then change the servers ports in their
configuration files (or in inetd.conf/xinetd.conf if they don't run in
standalone mode).
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
multiple IP addresses on a single machine internetgoo@googlemail.com Linux Networking 8 10-09-2007 03:03 AM
port 80 blocked from single machine after VPN client install ? scott Windows Networking 0 04-26-2006 11:26 AM
Load balanced HTTPS servers ... single or multiple server certificates? noone Linux Networking 3 01-27-2005 10:01 PM
virtual servers using a single IP and dsl connection abc Linux Networking 2 06-16-2004 11:19 PM
NAT single machine?? John Sparrow Linux Networking 1 08-22-2003 05:35 AM



1 2 3 4 5 6 7 8 9 10 11