Hi Christian,

seit dem Update auf MBS-Plugin 5.3 funktioniert der FTP-Upload nicht mehr. Eine 
Datei wir zwar erzeugt, ist aber leer. Das Script sieht wie folgt aus:

Set variable [$curl ; Value: MBS("CURL.New")]

Set variable [$URL ; Value: "ftp://unsere Homepage/Downloadordner/"]

Set variable [$Username ; Value: "Benutzername"]

Set variable [$Password ; Value: "Passwort"]

Set variable [$result ; Value: MBS("CURL.SetOptionURL"; $curl; $URL & 
"Name.pdf" )]

Set variable [$result ; Value: MBS("CURL.SetOptionUpload"; $curl; 1)]

Set variable [$result ; Value: MBS("CURL.SetOptionPassword"; $curl; $Password )]

Set variable [$result ; Value: MBS("CURL.SetOptionUsername"; $curl; $Username )]

Set variable [$result ; Value: MBS("CURL.SetInputFile"; $curl; Name.pdf )]

Set variable [$result ; Value: MBS("CURL.SetOptionVerbose"; $curl; 1)]

Set variable [$result ; Value: MBS("CURL.Perform"; $curl)]

Set variable [$Debug ; Value: MBS("String.ReplaceNewline"; 
MBS("CURL.GetDebugAsText"; $curl);1)]

Set variable [$result ; Value: MBS("CURL.Cleanup"; $curl)]



Mit 5.2 funktioniert es, mit 5.3 nicht mehr. Wurde irgendwas geändert?


Mit freundlichen Grüßen
Dipl.-Phys. Helmut Hurling

Materialprüfanstalt für das
Bauwesen Hannover
Nienburger Straße 3
30167 Hannover
Tel:         0511 762-8707
Fax:        0511 762-4001
E-Mail    h.hurl...@mpa-bau.de <mailto:h.hurl...@mpa-bau.de>
URL        www.mpa-bau.de <http://www.mpa-bau.de/>
_______________________________________________
Mbsfmplugin_monkeybreadsoftware.info mailing list
mbsfmplugin@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsfmplugin_monkeybreadsoftware.info

Reply via email to