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 _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
