in reply to Re^2: Net::SFTP authentication problem
in thread Net::SFTP authentication problem
Try dissabling attribute copy on the put method:
$sftp->put($local, $remote, copy_perm => 0);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Net::SFTP authentication problem
by Anonymous Monk on May 20, 2009 at 17:47 UTC | |
by salva (Canon) on May 21, 2009 at 08:19 UTC | |
by Urza (Initiate) on Mar 12, 2010 at 13:08 UTC | |
by Corion (Patriarch) on Mar 12, 2010 at 13:12 UTC | |
by Urza (Initiate) on Mar 12, 2010 at 13:52 UTC | |
|