FTP Client



I have an image that remote boots and then contacts an ftp server, downloads
a script and run said script. The shell for the image is the script that does
the ftp stuff. Now the problem I'm having is that when the image boots the
ftp fails. It either simply prints "Unknown Error" and exits, or it gets to
the point where it claims to be downloading the file and hangs. If I kill the
ftp client and call the script by hand it works fine, the file ftp's and the
batch does it's job like a charm.

How can i get around this, i.e. have the script just work? I know the tcp/ip
stack is loaded because ping can see the server, and the ftp still fails. I
do have an app that will simply hold up a batch file for x milliseconds, so i
could simply cause the ftp to hold off for a while, but is there a way that i
can force my shell not to be loaded untill the services required for ftp are
started?

Thanks,
Rob
.



Relevant Pages

  • Re: COMMAND SHELL PROGRAMMING.
    ... But if you wish to do write FTP script on client receiving the file, ... write a DOS shell script like this: ... REM Get user's input - Mainframe IP, FTP ID, Pwd etc... ... For IBM-MAIN subscribe / signoff / archive access instructions, ...
    (bit.listserv.ibm-main)
  • Re: [opensuse] Ftp cron job stopped working
    ... webserver and downloads several backup files that are created four ... Basically what it does is connects to the ftp server, ... Looking at the script and the crontab definition the call to sh in the ...
    (SuSE)
  • Re: FTP delete problem
    ... the problem was a lock to a file that the ftp get worked, ... Bernard Cheah ha scritto: ... generate by schedule task. ... If i manually execute the script, the output wrote, but by schedule ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: FTP delete problem
    ... Yes, the script looking the previous day log file, but when it's still ... Bernard Cheah ha scritto: ... the problem was a lock to a file that the ftp get worked, ... generate by schedule task. ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: Automate FTP account creation
    ... i.e when user register to website then an FTP account ... not give you root access. ... You could do it by executing a PHP script which switches to the root ...
    (comp.lang.php)

Loading