Installation von vsftpd und proftpd

ProFTPd, vsftpd, pure-ftpd
Post Reply
xabbu
Posts: 13
Joined: 2005-02-22 16:45
 

Installation von vsftpd und proftpd

Post by xabbu »

Hi zusammen,

hoffe mir kann hier jemand weiterhelfen!

Ich habe einen Server (Debian etch), auf dem proftpd installiert ist. Nun möchte ich zusätzlich noch vsftpd installieren. Wenn ich diesen nun mit apt-get install vsftpd installieren möchte, will apt aber den proftpd deinstallieren. Das möchte ich aber nicht. Ich möchte beide installiert haben.
Kennt jemand eine Möglichkeit, proftpd und vsftpd parallel zu installieren?

Gruss
Xabbu
freddy36
Posts: 273
Joined: 2008-03-20 17:31
 

Re: Installation von vsftpd und proftpd

Post by freddy36 »

Wozu brauchst du den zwei verschiedene FTP Daemons?

Code: Select all

# dpkg --force-help
dpkg forcing options - control behaviour when problems found:
  warn but continue:  --force-<thing>,<thing>,...
  stop with error:    --refuse-<thing>,<thing>,... | --no-force-<thing>,...
 Forcing things:
  all [!]                Set all force options
  downgrade [*]          Replace a package with a lower version
  configure-any          Configure any package which may help this one
  hold                   Process incidental packages even when on hold
  bad-path               PATH is missing important programs, problems likely
  not-root               Try to (de)install things even when not root
  overwrite              Overwrite a file from one package with another
  overwrite-diverted     Overwrite a diverted file with an undiverted version
  bad-verify             Install a package even if it fails authenticity check
  depends-version [!]    Turn dependency version problems into warnings
  depends [!]            Turn all dependency problems into warnings
  confnew [!]            Always use the new config files, don't prompt
  confold [!]            Always use the old config files, don't prompt
  confdef [!]            Use the default option for new config files if one
                         is available, don't prompt. If no default can be found,
                         you will be prompted unless one of the confold or
                         confnew options is also given
  confmiss [!]           Always install missing config files
  conflicts [!]          Allow installation of conflicting packages
  architecture [!]       Process even packages with wrong architecture
  overwrite-dir [!]      Overwrite one package's directory with another's file
  remove-reinstreq [!]   Remove packages which require installation
  remove-essential [!]   Remove an essential package

WARNING - use of options marked [!] can seriously damage your installation.
Forcing options marked [*] are enabled by default.
xabbu
Posts: 13
Joined: 2005-02-22 16:45
 

Re: Installation von vsftpd und proftpd

Post by xabbu »

Hi Freddy36,

danke für Deinen Hinweis! :)
Ich wollte im ISPConfig zwischen beiden Server auswählen können, aber ich lass das jetzt eh.

Gruss
Xabbu
Post Reply