I'll look at them, thanks.

In re-looking looking at my ftp scripts, I did more testing with the
only process running was to continuously upload the file with the ftp
script.  I found that very often it hangs, it uploads a few times then
freezes, and it is not consistent at all.  I think I may need to do
more in the ftp code, or use a better way to upload the file more
reliably.

Can you spot any problems in the ftp upload, I simpified it as much as
possible to reduce possible errors:

HOST='ftp.shaw.ca'
USER='roger.zimmerman'
PASSWD='password'

ftp -n ftp.shaw.ca <<SCRIPT
user $USER $PASSWD
cd /sharedesktop
# delete screen2.jpeg (I tried it with or without this line)
send screen2.jpeg screen2.jpeg
quit
SCRIPT

exit

Roger

On Jan 16, 3:37 pm, linuxonbute <[email protected]> wrote:
> > So I think you are right in suggesting PHP, which is getting more
> > complex than I'd hoped.
>
> You might like to try looking on some php sites as there are many code
> samples you can freely download.
>
> http://www.phpbuilder.com/
>
> http://php.resourceindex.com/
>
> http://www.hotscripts.com/PHP/
>
> for example
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ubuntu Linux" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/ubuntulinux?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to