Hello,
please confirm first that you are connected to the Appeon File Service.
Does of_logonfileserver in the code below return 0? (If needed replace with your hostname and credentials)
Then you can run of_appeonupload.
Long ll_errorcode
String ls_destfile
AppeonFileService afs
afs = CREATE AppeonFileService
If afs.of_logonfileserver('localhost', 80, "username=appeon;password=appeon") = 0 Then
ls_destfile = afs.of_appeonupload(as_pathname, "", true, ll_errorcode)
Best,
Marco