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