in reply to Re: Net::SFTP::Foreign Puzzle
in thread Net::SFTP::Foreign Puzzle
Now all is well. Thank you so much for pointing that out. Very dumb of me.my $check_path = $remoteh->do_opendir( $target_root . '/' . $remote_di +r ); if( ! $check_path ){ $remoteh->do_mkdir( $target_root . '/' . $remote_dir, Net::SFTP::For +eign::Attributes->new() ); }else{ $remoteh->do_close( $check_path ); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Net::SFTP::Foreign Puzzle
by Hue-Bond (Priest) on Jul 06, 2006 at 16:42 UTC | |
by SheridanCat (Pilgrim) on Jul 08, 2006 at 03:29 UTC |