http://qs321.pair.com?node_id=638381


in reply to Extending Code By Changing the Base Class of an Object

The trick shown by erroenousBollock seems ok. If things don't work out fully you always have the option of tunelling your perl process over a secure channel via (command) ssh. Net::SFTP::Foreign does just that.

cheers --stephan
  • Comment on Re: Extending Code By Changing the Base Class of an Object

Replies are listed 'Best First'.
Re^2: Extending Code By Changing the Base Class of an Object
by cbeber (Initiate) on Sep 11, 2007 at 18:23 UTC
    Unfortunately, I can't use any of the SFTP stuff from cpan. I need to tunnel over SSL, not SSH. SSL and SSH are completely different beasts.

      Sorry. Actually the openssl command can work in a similar fashion: it can create an SSL tunnel. At least this might give you another option.

      good luck --stephan