Uses of Class
com.enterprisedt.net.ftp.WriteMode
Packages that use WriteMode
Package
Description
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features.-
Uses of WriteMode in com.enterprisedt.net.ftp
Fields in com.enterprisedt.net.ftp declared as WriteModeModifier and TypeFieldDescriptionstatic final WriteModeWriteMode.APPENDAppend the filestatic final WriteModeWriteMode.OVERWRITEOverwrite the filestatic final WriteModeWriteMode.RESUMEResume the fileMethods in com.enterprisedt.net.ftp with parameters of type WriteModeModifier and TypeMethodDescriptionvoidFileTransferClient.downloadFile(String localFileName, String remoteFileName, WriteMode writeMode) Download a file from the FTP server .voidFileTransferClientInterface.downloadFile(String localFileName, String remoteFileName, WriteMode writeMode) Download a file from the FTP server .FileTransferClient.uploadFile(String localFileName, String remoteFileName, WriteMode writeMode) Upload a file to the FTP server.FileTransferClientInterface.uploadFile(String localFileName, String remoteFileName, WriteMode writeMode) Upload a file to the FTP server.FileTransferClient.uploadStream(String remoteFileName, WriteMode writeMode) Upload a file to the FTP server by writing to a stream.FileTransferClientInterface.uploadStream(String remoteFileName, WriteMode writeMode) Upload a file to the FTP server by writing to a stream.