ftp problem
Brad Borch
brad at activadesign.com
Tue Jul 19 13:33:45 EDT 2005
I have a script to upload a file to an ftp site:
libURLftpUpload compress(fData), myURLstring
repeat while URLStatus(myURLstring) is NOT "uploaded"
put URLStatus(myURLstring) && the long time
end repeat
but this is the message I get:
uploading, 511814,511814 1:30:32 PM
so it looks like the file is completely uploaded, but the server isn't
acknowledging it or something?
More information about the use-livecode
mailing list