in reply to Re: Connecting to other computer in LAN via PERL
in thread Connecting to other computer in LAN via PERL

Thanks Corion,MidLifeXis,salva for replying to this thread, I'll just install a ProFTPD software in every computer here. And start building a Perl script for quick and easy transferring files and monitoring the FTP server. Thanks again!
  • Comment on Re^2: Connecting to other computer in LAN via PERL

Replies are listed 'Best First'.
Re^3: Connecting to other computer in LAN via PERL
by salva (Canon) on Mar 11, 2015 at 13:49 UTC
    Then, ensure you have SSL enabled on the servers and that you are using a FTPS client (module). Otherwise anybody on the same LAN would be able to see your data and capture your passwords.