× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



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

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.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 on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.