Re: FTP to IBM ZOS/390



On 6/15/07, Wagner, David --- Senior Programmer Analyst --- WGO
<David.Wagner@xxxxxxxxxxxxxxxxx> wrote:
Has anyone done any FTP'ing to IBM ZOS/390 machine. As you can
see in the output there was a timeout due to waiting for a file to
recalled from tape to disk.
snip

My only suggestion is to increase your timeout (the default is 2 minutes).

my $MyFTP = Net::FTP->new($host, timeout => 60 * 10)
.



Relevant Pages

  • Re: [PATCH 1/2] TPM: sysfs functions consolidation
    ... present a pattern when allocating data[] memory space and also when setting its ... A new function was created so that this pattern could be consolidated. ... if (timeout) ...
    (Linux-Kernel)
  • RE: Having trouble porting an application to MS-Windows
    ... alarm $timeout; ... child Fri Jun 15 11:12:57 2007 ...
    (perl.beginners)
  • RE: FTP to IBM ZOS/390
    ... recalled from tape to disk. ... My only suggestion is to increase your timeout (the default ...
    (perl.beginners)
  • Re: setting socket connect timeout
    ... I am trying to write some production code based on: ... Does anyone know how to change the timeout? ... My documentation is quite old but it did contain a statement about timeouts just ...
    (comp.os.vms)
  • Re: socket timeout being ignored
    ... See the note on fsockopen- the timeout may not be available in all ... So a delay due to routing, server load or whatever may ... So I guess I should just use fread with as big a number as possible? ...
    (comp.lang.php)