Re: reading encrypted files

2004-09-15 Thread Wiggins d Anconia
> Hello together, > I want to use a perl-script with the Net::FTP-Package to transfer files over > the net. At this time I have only ftp, no ssh, no sftp. > Therefore I need a user and password for the ftp-access. Now the user and > password are hardcoded as strings ( as plain ascii ) in my scri

reading encrypted files

2004-09-15 Thread Christian Stalp
Hello together, I want to use a perl-script with the Net::FTP-Package to transfer files over the net. At this time I have only ftp, no ssh, no sftp. Therefore I need a user and password for the ftp-access. Now the user and password are hardcoded as strings ( as plain ascii ) in my script and thi