Package org.xfp.filters.ftp

This package contains FTP related Filters.

See:
          Description

Class Summary
FTPAbstractFilter Base class for filters performing FTP operations.
FTPChangeDirectory Changes the current working directory on the remote server.
FTPChangeToParentDirectory Changes the current working directory on the remote server to the parent directory.
FTPDelete Delets a file on an FTP server.
FTPGet Downloads a file from an FTP server.
FTPListing Lists files in an FTP directory.
FTPMove Moves a remote file on an FTP server.
 

Package org.xfp.filters.ftp Description

This package contains FTP related Filters. It is based on the Apache Jakarta Commons Net package.



Copyright © 2003-2004 XFP Team. All Rights Reserved.