Is there a Perl windows server FTP/S server?
am 09.12.2008 22:21:58 von Curtis Leach
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
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Re: Is there a Perl windows server FTP/S server?
am 10.12.2008 01:53:46 von Chris Prather
On Tue, Dec 9, 2008 at 4:21 PM, Curtis Leach 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
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs