edtFTPj/Free - Open-source FTP library for Java | Download


Uses of Class
com.enterprisedt.net.ftp.TransferDirection

Packages that use TransferDirection
com.enterprisedt.net.ftp FileTransferClient is the key class for edtFTPj/Free and provides basic FTP features. 
 

Uses of TransferDirection in com.enterprisedt.net.ftp
 

Fields in com.enterprisedt.net.ftp declared as TransferDirection
static TransferDirection TransferDirection.DOWNLOAD
          Represents download
static TransferDirection TransferDirection.UPLOAD
          Represents upload
 

Methods in com.enterprisedt.net.ftp with parameters of type TransferDirection
 void FTPProgressMonitorEx.transferComplete(TransferDirection direction, java.lang.String remoteFile)
          Notify that a transfer has completed
 void FTPProgressMonitorEx.transferStarted(TransferDirection direction, java.lang.String remoteFile)
          Notify that a transfer has started
 



Copyright (c) 2001-2007 Enterprise Distributed Technologies Ltd. All Rights Reserved.