Net::SCP::Expect vs Net::SFTP

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Net::SCP::Expect vs Net::SFTP

    Hi all,

    I'm the author of Net::SCP::Expect and I would like to ask a question
    - is there anything Net::SCP::Expect can do that Net::SFTP cannot?

    I ask because I would very much like to retire Net::SCP::Expect if
    possible. I always considered it a workaround until a "real"
    implementation came along. Net::SFTP appears to be that
    implementation. However, if there is some critical functionality that
    cannot be accomplished with Net::SFTP, then I will keep it around.

    A cursory glance over the API didn't reveal anything obvious to me,
    but I don't use either module enough to make a real comparison. I'm
    hoping some heavy duty users can help me out.

    Regards,

    Dan
    Daniel Berger Guest

  2. Similar Questions and Discussions

    1. Help with Net::SFTP when sftp on unix works.
      Running on AIX, the unix sftp will connect to my site just fine, but the Net::SFTP perl modules hangs at one point. Here are the logs for the...
    2. Expect and rsh
      Hello, I have an expect script that I use to telnet into a remote machine to execute unix commands. My question is not about using expect to do...
    3. [PHP-DEV] When can I expect changes to be applied
      Hello, I requested some time ago that zend_parse_parameters() be altered to accept "Z" as a parameter type in order to be able to retrieve...
    4. Net::SCP::Expect
      Would someone mind telling me what I am doing wrong here please. I am trying to tie the SCP Expect module into a backup script I put together, but it...
    5. @INC is not what I expect
      I have this perl script running on solaris in korn: $ cat scriptb.sh #!/usr/bin/perl use strict; use DBI; these are my included library...
  3. #2

    Default Re: Net::SCP::Expect vs Net::SFTP

    I'll tell you why not.
    scp allows recursive get and sftp doesn't.
    programming a script for doing the recursive get with sftp is a pain.
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139