FTP and Cross platform issues....
Dave Cragg
dcragg at lacscentre.co.uk
Mon Mar 27 17:12:07 EST 2006
On 27 Mar 2006, at 19:21, John Patten wrote:
> Hi Dave...
>
> Here are the answers to your questions:
>
<snip>
>
> socket 10.58.1.7|6927
> socket timeout 10.58.1.7:21|6927
> 220 --------------------------------------
The log entries suggest something odd is going on.
In the first line, I would expect to see a port number appended to
the IP address. Like this:
socket 10.58.1.7:21|6927
And although a socketTimeout is reported, the final line suggests a
connection was opened and at least one line was read from the server.
Strange!
Can you show us the script you're using to upload the file?
Also, if you're using one of the non-blocking calls (such as
liburlFtpUpload), do you do anything after the call that might
interfere with the liburl script. Examples would be a repeat loop
that lasts for a long time, or the use of any "wait" commands.
Cheers
Dave
More information about the use-livecode
mailing list