|
both remote systems do not run ssh. they are very minimal linux installs in a local network. i'm trying to deploy code to 'box 2' from windows.
box 1 has an ftp server
box 2 has only an ftp client
box 2 can only be accessed from box 1
i ftp my code to box 1.
i telnet to box 1 and.
from there i telnet to box 2
there, i use the ftp client to get the code from box 1.
box 2 is not accesable directly.
i need to automate this process because it completely sucks. i've been working with expect running under cygwin, but there are issues with it spawning processes.
__________________
Mike
|