Hi everyone, I'm just looking for verification that I'm thinking things through correctly since I'm very new to using Net:FTPSSL to handle FTP over SSL or TLS.
Due to a security requirement I'm no longer allowed to use regular FTP, but it doesn't look like FTPSSL supports all the functionality of regular FTP that I'm going to need. So after examining the source code to both FTP.pm & FTPSSL.pm, I see that almost everything eventually ends up as a call to command() followed by a call to response(). So am I safe in assuming that I can implement many of the missing FTP functions in FTPSSL by just copying the RFC959 commands in FTP ? With minor syntax changes due to how command() is implemented. I'm asking since my development server hasn't been set up yet to accept FTPS traffic yet and I'm trying to get a head start on the client side of things since I'm the only one requiring a perl solution for the client. Curtis _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
