1837738 Members
3752 Online
110118 Solutions
New Discussion

Re: automated ftp proxy

 
Blake Mortensen
Occasional Contributor

automated ftp proxy

I've been successful in imbedding ftp commands inside of a Korn shell script using the double-indirect method (<
1 REPLY 1
Greg Vaidman
Respected Contributor

Re: automated ftp proxy

you'd need to put a .netrc file onto the proxy in order for that to work (in other words, not likely to happen).

same thing for the scripting method, if you had a script sitting on the proxy, you could kick it off with a script you run locally. also not likely for them to let you do that.

all is not lost, however, if you're willing to do a bit of coding. try using either "expect" or "tcl". check out http://hpux.cae.wisc.edu/hppd/hpux/Tcl/ for more info.

regards,
greg