Class ActiveStartTransferTask

java.lang.Object
org.globus.ftp.dc.Task
org.globus.ftp.dc.ActiveStartTransferTask

public class ActiveStartTransferTask extends Task
This task will start the transfer on the supplied socket. The socket is assumed to have been already connected to the remote server (for instance, by active connect task). It is little tricky: it will cause data channel to start a new thread. By the time this task completes, the new thread is running the transfer. Any resulting exceptions are piped to the local control channel.