Internet Transfer REST Calls

MFTIS-Install/server/webapps/cfcc/public/docs/ft.json

The Internet Transfer REST calls only work on an Internet Server. For information on rights to execute Internet Transfer REST calls, see TIBCO® Managed File Transfer Internet Server User Guide. The URL for the Internet Transfer REST calls is as follows:

https://your.company.com:8443/cfcc/rest/ft/v5/resource/{parameters}

For Internet Transfer REST calls, the following table lists the resource, the HTTP method, the description, and the URL that starts with the resource.

Resource HTTP Method Description URL Resource and Parameters
navigation POST Creates a directory. navigation/{filePath:.*}
  PUT Renames a file or directory. navigation/{fromPath:.*}
  GET Gets one level directory tree. navigation/{filePath:.*}
  DELETE Deletes a directory or file. navigation/{filePath:.*}
       
transfer POST Uploads file in streaming mode. transfer/{filePath:.*}
  PUT Uploads file in streaming mode. transfer/{filePath:.*}
  GET Downloads file in streaming mode. transfer/{filePath:.*}
       
bwtransfer POST Uploads file in rest mode. bwtransfer/{filePath:.*}
  PUT Uploads file in rest mode. bwtransfer/{filePath:.*}
  GET Download file in rest mode. bwtransfer/{filePath:.*}
       
ftsession PUT Validates session. ftsession
  GET Gets session. ftsession
  DELETE Closes session. ftsession
       
mft GET Gets version. mft/version
       
ftuser PUT Changes password. ftuser/password
  GET Gets password expiring days. ftuser/passwordexpiringdays
  GET Gets transfers. ftuser/transfers
  GET Gets audits. ftuser/audits