MIDRANGE dot COM Mailing List Archive



MIDRANGE-L » January 2013

Re: Ftping large files w/o timing out



Does NETSTAT show anything useful?

Sam

On 1/25/2013 1:40 PM, Terry Nonamaker wrote:
Currently the savf function on the local system takes place just before the
backups
......to insure I get the same image it will
......this is around 4am

Then at 8am it runs the ftp script to transfer the files to the remote
iseries
.....currently the timeout intervals are set to 10800 (3 hrs)
.....which should be adequate, but it's not
.....this is set for both ends

/ Set Remote timeouts (180 mins) inactivity and transfer
FtpLin = 'QUOTE TIME 10800 10800';
write FtpSrcR;

/ Set Local timeouts (180 mins inactivity)
FtpLin = 'DEBUG T1 10800';
write FtpSrcR;

/ Set Local timeouts (180 mins transfer)
FtpLin = 'DEBUG T2 10800';
write FtpSrcR;

It will timeout at about 1 hr

It defaults to Extended Passive mode
.....I'm going to try and turn that off
.....and turn on PASV mode as suggested in another response

If that doesn't work, I will try some of the other suggestions
......like qshell with jar files etc.

Thanks

Terry N





Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2013 by MIDRANGE dot COM and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available here. If you have questions about this, please contact