Hi there,
I am using Net::FTP to connect to FTP on an IBM machine. Connection, dir, ls commands are working fine except GET command.
The error says "bad file descriptor"
The Key thing here is I need to configure the FTP connection with "QUOTE SITE BLKSIZE 220" and "QUOTE SITE LRECL 220" to GET or PUT any files on this IBM machine. I can't seem to figure out completely how to do that....!!
As of now, I learnt that in:
my $ftp = Net::FTP->new($host, Blocksize -> 220) could be done. But I even need the "QUOTE SITE LRECL 220".
Is there a way to do that.....!!
Any ideas would be greatly appreciated,
thanks is advance,
_Uday
I am using Net::FTP to connect to FTP on an IBM machine. Connection, dir, ls commands are working fine except GET command.
The error says "bad file descriptor"
The Key thing here is I need to configure the FTP connection with "QUOTE SITE BLKSIZE 220" and "QUOTE SITE LRECL 220" to GET or PUT any files on this IBM machine. I can't seem to figure out completely how to do that....!!
As of now, I learnt that in:
my $ftp = Net::FTP->new($host, Blocksize -> 220) could be done. But I even need the "QUOTE SITE LRECL 220".
Is there a way to do that.....!!
Any ideas would be greatly appreciated,
thanks is advance,
_Uday