On Tue, Dec 9, 2008 at 4:21 PM, Curtis Leach <[EMAIL PROTECTED]> wrote: > Is there a module in Perl that can be set up as a Windows Service to > automatically accept incoming FTP/S traffic? > (FTP over SSL or FTP via TLS) > > I'm currently being forced to convert all FTP traffic into FTP/S traffic > & it doesn't look like outgoing traffic will be a problem once I install > Net-FTPSSL & it's dependencies. But it doesn't look like Windows has > anything to handle inbound FTP/S traffic with. > > I'm currently using Active State's Perl 5.8.8 build 817 on Windows > Server 2003 & XP. > > Any advice for a starting point would be appreciated. > > Curtis
You might look at POE::Component::Server::FTP (http://search.cpan.org/dist/POE-Component-Server-FTP/) or Net::FTPServer (http://search.cpan.org/dist/Net-FTPServer/) both of which came up on search.cpan as top hits for 'Server FTP' -Chris _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
