|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FTPBadLoginException in com.glub.secureftp.bean |
---|
Methods in com.glub.secureftp.bean that throw FTPBadLoginException | |
---|---|
void |
FTPCommand.acct(String account)
Specify the account name to the FTP server. |
void |
FTP.login(String user,
String pass)
Login to the FTP server. |
void |
FTP.login(String user,
String pass,
String acct)
Login to the FTP server. |
void |
FTPCommand.pass(String password)
Specify the password for logging in to the FTP server. |
void |
FTP.sendAccount(String acct)
Sends the account to the FTP server. |
void |
FTP.sendPassword(String pass)
Sends the password to the FTP server. |
void |
FTP.sendUserName(String user)
Sends the username to the FTP server. |
void |
FTPCommand.user(String username)
Specify the username for logging in to the FTP server. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |