railo.runtime.net.ftp
Interface FTPConnection

All Known Implementing Classes:
FTPConnectionImpl

public interface FTPConnection

represent a ftp connection


Method Summary
 String getName()
           
 String getPassword()
           
 int getPort()
           
 String getProxyPassword()
          return the proxy password
 int getProxyPort()
           
 String getProxyServer()
           
 String getProxyUser()
          return the proxy username
 String getServer()
           
 int getTimeout()
           
 short getTransferMode()
           
 String getUsername()
           
 boolean hasLoginData()
           
 boolean hasName()
           
 boolean isPassive()
           
 boolean loginEquals(FTPConnection conn)
           
 

Method Detail

getName

String getName()
Returns:
Returns the name.

getPassword

String getPassword()
Returns:
Returns the password.

getServer

String getServer()
Returns:
Returns the server.

getUsername

String getUsername()
Returns:
Returns the username.

hasLoginData

boolean hasLoginData()
Returns:
returns if has logindata or not

hasName

boolean hasName()
Returns:
has name

getPort

int getPort()
Returns:
Returns the port.

getTimeout

int getTimeout()
Returns:
Returns the timeout.

getTransferMode

short getTransferMode()
Returns:
Returns the transferMode.

isPassive

boolean isPassive()
Returns:
Returns the passive.

loginEquals

boolean loginEquals(FTPConnection conn)
Parameters:
conn -
Returns:
has equal login

getProxyServer

String getProxyServer()
Returns:
Returns the proxyserver.

getProxyPort

int getProxyPort()

getProxyUser

String getProxyUser()
return the proxy username

Returns:
proxy username

getProxyPassword

String getProxyPassword()
return the proxy password

Returns:
proxy password


Copyright © 2012 Railo