No, not particularly
But, I had discovered in another post about using passive mode (PASV)
......as opposed to the default of ... extended passive mode (EPSV)
That seems to do the trick
....it does not have issues with the firewall now
....no time out
Thanks for asking
And thanks for all the other suggestions
......I knew there had to be a way
TN
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Sam_L
Sent: Friday, January 25, 2013 3:09 PM
To: Midrange Systems Technical Discussion
Subject: 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
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe,
or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
http://archive.midrange.com/midrange-l.