Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Perl & SFTP ciphers

by salva (Canon)
on Aug 31, 2018 at 07:52 UTC ( [id://1221429]=note: print w/replies, xml ) Need Help??


in reply to Perl & SFTP ciphers

There are several ways Perl can connect with a SFTP server as, for instance, running the external binary directly, using a module that does so or using some modules implementing the SFTP and/or SSH protocols.

The easiest way to know what it is doing is to look at the program source code... if you are unable to do so, just grep for "sftp" over it and post here the output (though, you may like to remove sensible information first).

Another option is to run the program with some utility as truss, to see what is going on at the OS level. You will be able to see if it is running some external program and which Perl modules it is using.

Update: In any case, have you just tried including the directory containing the newer SFTP/SSH binaries in $PATH before calling the Perl program?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1221429]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-25 17:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found