libURLftpUpload

Dave Cragg dcragg at lacscentre.co.uk
Wed May 22 03:39:01 EDT 2002


At 3:19 pm -0400 21/5/02, Troy Rollins wrote:
>This command (libURLftpUpload) only seems capable of writing a
>string to a file via FTP - yet it is a "non-blocking" command.
>
>Is it yet possible to do a non-blocking upload of a binary (local
>URL to remote FTP URL) in Rev? Or to use the libURLftpUpload to
>transfer actual files rather than strings?

Hi Troy

libURLftpUpload will upload any data, including binary. (All the ftp 
functions in libUrl use binary transfer.)

However, if you are asking about direct file-to-file uploads, without 
loading the entire file into RAM first,  the current version of 
libUrl doesn't support this. But if you can be patient, it may be 
coming soon.

Cheers
Dave Cragg



More information about the use-livecode mailing list