I have a Perl application that uses the DOS program Rasdial95 to open the Microsoft Windows dialer program to connect to the internet. The application FTP's files back and forth using the Perl FTP module. After connecting and disconnecting a few times with Microsoft Dialer, the dialer program locks up.
The FTP portion of the application is written in Perl. I would like to replace the Microsoft Dialer program with a Perl module, perl code or another program written in any language.
The FTP portion of the application is written in Perl. I would like to replace the Microsoft Dialer program with a Perl module, perl code or another program written in any language.