http://www.perlmonks.org?node_id=698673


in reply to Re^2: package that can handle ftp, sftp, http etc ?
in thread package that can handle ftp, sftp, http etc ?

LWP should give you the common interface you're looking for. LWP::Protocol::sftp extends LWP for sftp.

One of the biggest pitfalls I usually run into with system() calls is having to go around my elbow to find a way to regain control, data, etc.

  • Comment on Re^3: package that can handle ftp, sftp, http etc ?