runrig has asked for the wisdom of the Perl Monks concerning the following question:
use Net::SFTP::Foreign; my $sftp = Net::SFTP::Foreign->new( 'sftp.foo.com', autodie => 1, ); # cwd is '/users/UserName' print $sftp->cwd(),"\n"; # Would like to cd to directory below 'UserName' $sftp->setcwd('Foo');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::SFTP::Foreign setcwd to relative directory
by syphilis (Archbishop) on Aug 27, 2011 at 01:22 UTC | |
|
Re: Net::SFTP::Foreign setcwd to relative directory
by Khen1950fx (Canon) on Aug 27, 2011 at 11:50 UTC | |
by salva (Canon) on Aug 28, 2011 at 14:45 UTC | |
|
Re: Net::SFTP::Foreign setcwd to relative directory
by salva (Canon) on Aug 28, 2011 at 14:36 UTC |