Search Results

Search: Posts Made By: FarooqOnline
5,376
Posted By FarooqOnline
Here is the entire code: #! /usr/bin/perl...
Here is the entire code:


#! /usr/bin/perl
use Net::FTP;
my $ipadd = $ARGV[0];
my $user = $ARGV[1];
my $password = $ARGV[2];
my $destination = $ARGV[3];
my $file = $ARGV[4];...
5,376
Posted By FarooqOnline
Unable to get the size of remote file using Net::FTP Perl Script
Hi,

I am using below piece of code to get the size of the remote file.



$ftp->cwd($destination) or $error=$ftp->message;
if(!$error)
{
...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 01:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy