开发者

suitable packages in perl for with features mentioned in the subject

I need the package having below features:

  1. needs client based secure file transfer machanism for getting files from multiple directories at the remote machine.
  2. Must have features to do ls at remote machine.
  3. Must have functions to know the file permissions开发者_开发百科 at remote machine.
  4. It have to use single connection for all file transfers.
  5. That package have to use less number of resources and it have to do transfer at fast.
  6. zipping the files at the remote machine.


Is this homework? And, have you tried searching CPAN? There are several modules that do what you need, such as Net::SCP and IO::Compress::Gunzip.


You can get most of this done with Net::SFTP. How well the remote server complies with the compression part is mainly a function of that machine. If it supports it, you can probably issue a site command to do it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜