Skip navigation links

FASPManager Library 3.7.2.0 API

The Aspera fasp Manager is a simple library for initiating, monitoring, and controlling Aspera's fasp file transfers.

See: Description

Packages 
Package Description
com.asperasoft.faspmanager
The FASPManager is an API for initiating and managing Aspera transfers.
com.asperasoft.faspmanager.util  

The Aspera fasp Manager is a simple library for initiating, monitoring, and controlling Aspera's fasp file transfers. It can do the following:

Background

Each fasp file transfer runs as its own process (ascp), which reports statistics to interested applications through a local port. The fasp Manager will tell transfers it starts which port it is listening on. By default the fasp Manager will only manage transfers it initiates. Optionally, the fasp Manager can also manage transfers on the computer initiated by others. You can enable this by calling FaspManager.setManagementPortPublic(true) before initializing the fasp Manager. This will publish a file containing the port transfer processes should connect to.

To start a transfer using the fasp Manager, create a job order and submit it to the FaspManager singleton. To receive transfer event notifications, register a listener with the FaspManager before starting the transfer. With each notification, you will receive the current statistics of the session and also the statistics of the last transferred file, if available.

Skip navigation links

Copyright © 2017 Aspera Inc.. All rights reserved.