Serialized Form


Package com.myjavaworld.ftp

Class com.myjavaworld.ftp.ConnectionException extends Exception implements Serializable

serialVersionUID: 2025718852007883661L

Class com.myjavaworld.ftp.ControlConnectionEvent extends EventObject implements Serializable

serialVersionUID: -7114487296458919376L

Serialized Fields

message

String message
The description of the event.

Class com.myjavaworld.ftp.DataConnectionEvent extends EventObject implements Serializable

serialVersionUID: 7736555651463625070L

Serialized Fields

id

int id
The type of this event.


bytesTransferred

long bytesTransferred
Number of bytes trabsferred so far.

Class com.myjavaworld.ftp.DefaultRemoteFile extends Object implements Serializable

serialVersionUID: 924667277483346705L

Serialized Fields

path

String path
Absolute Path of the file.


name

String name
Name of the file


extension

String extension
Extension of the file.


size

long size
Size of the file.


lastModified

long lastModified
last modified date and time of the file.


dir

boolean dir
Whether or not this is a directory.


attributes

String attributes
File attributes


linkCount

int linkCount

owner

String owner

group

String group

Class com.myjavaworld.ftp.FTPConnectionEvent extends EventObject implements Serializable

serialVersionUID: -168620515406409910L

Serialized Fields

message

String message
Message describing this event

Class com.myjavaworld.ftp.FTPException extends Exception implements Serializable

serialVersionUID: -8911832324569098314L

Serialized Fields

errorCode

String errorCode
The error code or response code.

Class com.myjavaworld.ftp.FTPHost extends Object implements Serializable

serialVersionUID: -2673296497106527529L

Serialized Fields

hostName

String hostName

port

int port

userName

String userName

password

String password

account

String account



Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.