public interface FtpAuth extends AuthInterface
Modifier and Type | Method and Description |
---|---|
String |
getAccount() |
NextCommandReply |
setAccount(String account) |
clear, getBaseDirectory, getBusinessPath, getRelativePath, getSession, getUser, isAdmin, isBusinessPathValid, isIdentified, setPassword, setUser
String getAccount()
NextCommandReply setAccount(String account) throws Reply421Exception, Reply530Exception, Reply502Exception
account
- the account to setReply421Exception
- if there is a problem during the
authenticationReply530Exception
- if there is a problem during the
authenticationReply502Exception
Copyright © 2009–2020 Waarp. All rights reserved.