NETIO

223 views
Skip to first unread message

Franz

unread,
Nov 15, 2016, 6:11:22 AM11/15/16
to Harbour Users
Is it possible to upload files to a server directory using NETIO ?
I would like to upload PDF or DOC to a server directory but I don't want to share this directory. Like NETIO do with RDD calls.
Thanks.
Franz


elch

unread,
Nov 15, 2016, 9:09:35 AM11/15/16
to Harbour Users
Hi Franz,


Is it possible to upload files to a server directory using NETIO ?
 

try:

hb_vfCopyFile( "cSourceFileName", "cTargetFileName" ) => nError


nError == 0 means no Error,

cFileName can contain a pre-leading: "net:" == at HBNetio server,

and at HBNetIO server all locations are in server directory or in sub-

directories of that.


Sure, all after an initial: netio_Connect()

Check also other hb_vf*() functions [..vf.. = virtual file ],

like: hb_vfExists(), ...

short documented in ChangeLog.txt


best regards

Rolf

Franz

unread,
Nov 16, 2016, 10:47:44 AM11/16/16
to Harbour Users
Thanks Rolf !
Reply all
Reply to author
Forward
0 new messages