|
|
| Do you know where your variables are? | |
| PerlMonks |
Permission issue with Net::SFTP moduleby manorhce (Sexton) |
| on Feb 05, 2013 at 17:55 UTC ( #1017238=perlquestion: print w/ replies, xml ) | Need Help?? |
|
manorhce has asked for the
wisdom of the Perl Monks concerning the following question:
I have one script which connects ftp server and downloads file from ftp server I used the code like my $sftp = Net::SFTP->new($ftp_site, %args) or die "Cannot connect to $ftp_site: $@";Permission denied at import_custom_data line 176 The problem for me it is connecting to ftp server and downloading file perfectly but giving warning message like above I don't want to see this warning message
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||