This function puts a local file into a Nirvanix account.
Contents |
NXPutFile( sessionToken, localFile, remoteFile )
This function returns TRUE if successful, or throws an exception if unsuccessful.
<cfset sessionKey= NXLogin( appKey, user, pass )> <cfset userData = NXPutFile( sessionKey, "/tmp/smallimg.jpg", "/backup/smallimg.jpg" )>