Am 20.07.2013 um 08:13 schrieb Heinz <[email protected]>: > Hello, > > I use CURLSMBS and I try to upload a file to a webserver using HTTP PUT.
Why PUT? I would better suggest to use PUT. > I have tried to work around that "Expect: 100-continue" error using > SetOptionHTTPHeader as suggested in the MBS help - but I still get the > errors. If the WE web server doesn't like 100-continue, then you should not use it. > I have tried to use the WE "WebfileUploader control"..but this is very > slow - even on a LAN - and it's somehow limited in filesize (I could not > upload a file with 200MB size) Well, first it maybe worth to do the upload directly via SFTP with CURL. Greetings Christian -- MBS Xojo Developer Conference 2013 More details and registration here: http://www.monkeybreadsoftware.de/realbasic/events/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
