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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Permission issue with Net::SFTP module
by vinoth.ree (Monsignor) on Feb 06, 2013 at 03:36 UTC |