Class FTPFileSender
A class to send files via FTP or secure FTP over TLS.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFTPFileSender
(FTPRemoteHost remoteHost, String[] files, boolean generateRandomRemoteFileNames, int debugLevel, MessageLogger logger, JProgressBar progressBar) Construct an ftp connection to send a list of files to a remote server.FTPFileSender
(FTPRemoteHost remoteHost, String[] files, boolean generateRandomRemoteFileNames, MessageLogger logger, JProgressBar progressBar) Construct an ftp connection to send a list of files to a remote server.FTPFileSender
(String server, String username, String password, String remoteDirectory, String[] files, boolean secure, boolean generateRandomRemoteFileNames) Construct an ftp connection to send a list of files to a remote server.FTPFileSender
(String server, String username, String password, String remoteDirectory, String[] files, boolean secure, boolean generateRandomRemoteFileNames, int debugLevel) Construct an ftp connection to send a list of files to a remote server.FTPFileSender
(String server, String username, String password, String remoteDirectory, String[] files, boolean secure, boolean generateRandomRemoteFileNames, int debugLevel, MessageLogger logger, JProgressBar progressBar) Construct an ftp connection to send a list of files to a remote server.FTPFileSender
(String server, String username, String password, String remoteDirectory, String[] files, boolean secure, boolean generateRandomRemoteFileNames, MessageLogger logger, JProgressBar progressBar) Construct an ftp connection to send a list of files to a remote server. -
Method Summary
-
Field Details
-
socketConnectTimeoutInMilliSeconds
protected static int socketConnectTimeoutInMilliSeconds
-
-
Constructor Details
-
FTPFileSender
public FTPFileSender(FTPRemoteHost remoteHost, String[] files, boolean generateRandomRemoteFileNames, int debugLevel, MessageLogger logger, JProgressBar progressBar) throws NoSuchAlgorithmException, IOException, Exception Construct an ftp connection to send a list of files to a remote server.
Sends a list of files to a single remote directory. Note that if the supplied local file names have the same base name (same name in different local directories) then they wil overwrite each other in the single remote directory; hence the option to generate random remote names.
- Parameters:
remoteHost
- the characteristics of the remote hostfiles
- a String array of local filenames to sendgenerateRandomRemoteFileNames
- whether or not to generate random remote file names or to use the basename of the supplied local filenamedebugLevel
- ignoredlogger
- where to send routine logging messages (may be null)progressBar
- where to send progress updates (may be null)- Throws:
NoSuchAlgorithmException
IOException
Exception
-
FTPFileSender
public FTPFileSender(FTPRemoteHost remoteHost, String[] files, boolean generateRandomRemoteFileNames, MessageLogger logger, JProgressBar progressBar) throws NoSuchAlgorithmException, IOException, Exception Construct an ftp connection to send a list of files to a remote server.
Sends a list of files to a single remote directory. Note that if the supplied local file names have the same base name (same name in different local directories) then they wil overwrite each other in the single remote directory; hence the option to generate random remote names.
- Parameters:
remoteHost
- the characteristics of the remote hostfiles
- a String array of local filenames to sendgenerateRandomRemoteFileNames
- whether or not to generate random remote file names or to use the basename of the supplied local filenamelogger
- where to send routine logging messages (may be null)progressBar
- where to send progress updates (may be null)- Throws:
NoSuchAlgorithmException
IOException
Exception
-
FTPFileSender
public FTPFileSender(String server, String username, String password, String remoteDirectory, String[] files, boolean secure, boolean generateRandomRemoteFileNames, int debugLevel) throws NoSuchAlgorithmException, IOException, FTPException Construct an ftp connection to send a list of files to a remote server.
Sends a list of files to a single remote directory. Note that if the supplied local file names have the same base name (same name in different local directories) then they wil overwrite each other in the single remote directory; hence the option to generate random remote names.
- Parameters:
server
- the hostname or IP address of the serverusername
- the username for loginpassword
- the password for loginremoteDirectory
- the remote directory to upload the files to (may be null if the root directory is to be used)files
- a String array of local filenames to sendsecure
- whether or not to use secure ftp over tls, or ordinary ftpgenerateRandomRemoteFileNames
- whether or not to generate random remote file names or to use the basename of the supplied local filenamedebugLevel
- ignored- Throws:
NoSuchAlgorithmException
IOException
FTPException
-
FTPFileSender
public FTPFileSender(String server, String username, String password, String remoteDirectory, String[] files, boolean secure, boolean generateRandomRemoteFileNames) throws NoSuchAlgorithmException, IOException, FTPException Construct an ftp connection to send a list of files to a remote server.
Sends a list of files to a single remote directory. Note that if the supplied local file names have the same base name (same name in different local directories) then they wil overwrite each other in the single remote directory; hence the option to generate random remote names.
- Parameters:
server
- the hostname or IP address of the serverusername
- the username for loginpassword
- the password for loginremoteDirectory
- the remote directory to upload the files to (may be null if the root directory is to be used)files
- a String array of local filenames to sendsecure
- whether or not to use secure ftp over tls, or ordinary ftpgenerateRandomRemoteFileNames
- whether or not to generate random remote file names or to use the basename of the supplied local filename- Throws:
NoSuchAlgorithmException
IOException
FTPException
-
FTPFileSender
public FTPFileSender(String server, String username, String password, String remoteDirectory, String[] files, boolean secure, boolean generateRandomRemoteFileNames, int debugLevel, MessageLogger logger, JProgressBar progressBar) throws NoSuchAlgorithmException, IOException, FTPException Construct an ftp connection to send a list of files to a remote server.
Sends a list of files to a single remote directory. Note that if the supplied local file names have the same base name (same name in different local directories) then they wil overwrite each other in the single remote directory; hence the option to generate random remote names.
- Parameters:
server
- the hostname or IP address of the serverusername
- the username for loginpassword
- the password for loginremoteDirectory
- the remote directory to upload the files to (may be null if the root directory is to be used)files
- a String array of local filenames to sendsecure
- whether or not to use secure ftp over tls, or ordinary ftpgenerateRandomRemoteFileNames
- whether or not to generate random remote file names or to use the basename of the supplied local filenamedebugLevel
- ignoredlogger
- where to send routine logging messages (may be null)progressBar
- where to send progress updates (may be null)- Throws:
NoSuchAlgorithmException
IOException
FTPException
-
FTPFileSender
public FTPFileSender(String server, String username, String password, String remoteDirectory, String[] files, boolean secure, boolean generateRandomRemoteFileNames, MessageLogger logger, JProgressBar progressBar) throws NoSuchAlgorithmException, IOException, FTPException Construct an ftp connection to send a list of files to a remote server.
Sends a list of files to a single remote directory. Note that if the supplied local file names have the same base name (same name in different local directories) then they wil overwrite each other in the single remote directory; hence the option to generate random remote names.
- Parameters:
server
- the hostname or IP address of the serverusername
- the username for loginpassword
- the password for loginremoteDirectory
- the remote directory to upload the files to (may be null if the root directory is to be used)files
- a String array of local filenames to sendsecure
- whether or not to use secure ftp over tls, or ordinary ftpgenerateRandomRemoteFileNames
- whether or not to generate random remote file names or to use the basename of the supplied local filenamelogger
- where to send routine logging messages (may be null)progressBar
- where to send progress updates (may be null)- Throws:
NoSuchAlgorithmException
IOException
FTPException
-
-
Method Details
-
main
-