Trying to SFTP a file to a remote server, the file gets copied over but returns an error.
use Net::SFTP;
...
my $sftp = Net::SFTP->new($host, %args);
$sftp->put("testfile.txt", "testfile.txt.bak");
Gives the following error:
list.pl: Couldn't fsetstat: Failure at list.pl line 182