Class FtpInfoDialog

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class FtpInfoDialog extends JDialog implements ActionListener
This class is based on the AddFtpInfoDialog class. The FtpInfoDialog class provides the window in which the user enters information for a particular FTP session. The parameters include: - FTP Type (Regular, SFTP, or Passive) - IP Address - Files to Transfer - Username - Password - Verify Password
See Also: