public interface FtpAuth
extends org.waarp.common.file.AuthInterface
Modifier and Type | Method and Description |
---|---|
String |
getAccount() |
org.waarp.common.command.NextCommandReply |
setAccount(String account) |
String getAccount()
org.waarp.common.command.NextCommandReply setAccount(String account) throws org.waarp.common.command.exception.Reply421Exception, org.waarp.common.command.exception.Reply530Exception, org.waarp.common.command.exception.Reply502Exception
account
- the account to setorg.waarp.common.command.exception.Reply421Exception
- if there is a problem during the authenticationorg.waarp.common.command.exception.Reply530Exception
- if there is a problem during the authenticationorg.waarp.common.command.exception.Reply502Exception
Copyright © 2009–2019 Waarp. All rights reserved.