Serialized Form


Package com.glub.secureftp.bean

Class com.glub.secureftp.bean.FTPAbortException extends FTPException implements Serializable

serialVersionUID: 1L

Class com.glub.secureftp.bean.FTPAccessDeniedException extends FTPException implements Serializable

serialVersionUID: 1L

Class com.glub.secureftp.bean.FTPAuthNotSupportedException extends FTPException implements Serializable

serialVersionUID: 1L

Class com.glub.secureftp.bean.FTPBadLoginException extends FTPException implements Serializable

serialVersionUID: 1L

Class com.glub.secureftp.bean.FTPConnectException extends FTPException implements Serializable

serialVersionUID: 1L

Class com.glub.secureftp.bean.FTPConnectionLostException extends FTPException implements Serializable

serialVersionUID: 1L

Class com.glub.secureftp.bean.FTPException extends Exception implements Serializable

serialVersionUID: 1L

Class com.glub.secureftp.bean.FTPKeyStoreException extends FTPException implements Serializable

serialVersionUID: 1L

Class com.glub.secureftp.bean.FTPNeedAccountException extends FTPException implements Serializable

serialVersionUID: 1L

Class com.glub.secureftp.bean.FTPNeedPasswordException extends FTPException implements Serializable

serialVersionUID: 1L

Class com.glub.secureftp.bean.FTPNoSuchFileException extends FTPException implements Serializable

serialVersionUID: 1L

Class com.glub.secureftp.bean.FTPNotADirectoryException extends FTPException implements Serializable

serialVersionUID: 1L

Class com.glub.secureftp.bean.FTPPermissionDeniedException extends FTPException implements Serializable

serialVersionUID: 1L

Class com.glub.secureftp.bean.FTPPolicyRestrictionException extends FTPException implements Serializable

serialVersionUID: 1L

Class com.glub.secureftp.bean.FTPRestartNotSupportedException extends FTPException implements Serializable

serialVersionUID: 1L

Class com.glub.secureftp.bean.RemoteFile extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

permissions

String permissions
The permissions of the file.


linkCount

int linkCount
The reference count of the file.


user

String user
The user owner of the file.


group

String group
The group owner of the file.


fileSize

long fileSize
The size of the file.


date

Calendar date
The date of the file.


fileName

String fileName
The filename of the file.


alias

String alias
The alias of the file.


fullLine

String fullLine
The full unparsed line listing


isLink

boolean isLink
Is this file an alias?


isDirectory

boolean isDirectory
Is this file a directory?


isPipe

boolean isPipe
Is this file a pipe?


isDoor

boolean isDoor
Is this file a door?


isBlockSpecial

boolean isBlockSpecial
Is this file a special block file?


isCharSpecial

boolean isCharSpecial
Is this file a character block file?


isSocket

boolean isSocket
Is this file a socket?


isKnownFileType

boolean isKnownFileType
Is known file type?


metaData

HashMap<K,V> metaData

Class com.glub.secureftp.bean.RemoteFileList extends ArrayList implements Serializable

serialVersionUID: 1L



Copyright © 2000-12 Glub Tech, Inc. All Rights Reserved.