PDA

View Full Version : FlashFXP & FreeBSD standard ftps


Pashich
03-05-2003, 03:37 PM
How can I enable fxp on FreeBSD standard ftp-server (ftpd)?

Or I should install another ftp server?

PeNGuiN
03-05-2003, 04:58 PM
You should really check the documentation that comes with your ftp server. Some FTP servers do not support it, those that do often use wildly different config options for it. If you're running proftpd, the correct config option is 'AllowForeignAddress On'.

Pashich
03-05-2003, 05:07 PM
Ok thanks!
I've tried it on proftpd, it worked, but havent found information on fxp and standard ftpd yet. Ok, ill search for docs more.