Up |
_networkPerform
Perform a file transfer. This function should be called after have set all needed parameters.
Prototype :
fun [ObjNetwork] I
- ObjNetwork : a network object created with _networkCreate.
Return : I the libcurl code result or nil if an Scol error
occurs. If the mode is threaded, the return value
can be wrong.
If the mode is threaded, this function returns
immediately. If the mode is not threaded, this function
returns after the end of the tranfer.
See also :
Example :