|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectftp2me.PasvInfo
public class PasvInfo
Class to calculate and store information returned by a Pasv ftp command.
| Field Summary | |
|---|---|
java.lang.String |
ip
After instantiation this field contains the ip address to connect to. |
int |
port
After instantiation this field contains the port to connect to. |
| Constructor Summary | |
|---|---|
PasvInfo(java.lang.String dataLink)
Create an instance of PasvInfo. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int port
public java.lang.String ip
| Constructor Detail |
|---|
public PasvInfo(java.lang.String dataLink)
throws FtpProtocolException
dataLink - The part of the response string after PASV which
between the brackets.
FtpProtocolException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||