Class DFTPClient

Inherits from:
Object
Declared in:
DFTPClient.h

Class Hierarchy

    Object
      |
      +---DFTPClient

Class Description

The DFTPClient class implements a number of methods for using a FTP (File Transfer Protocol) client.

Last modified:
11-Jun-2006 (DFTPClient.h)

Instance Variables

private DSocket *_client
the client socket
private DText *_request
the request for the server
private DText *_response
the response from the server
private DText *_directory
the directory info received from the server
private id <DSocketAddressable> _address
the address received from the server
private BOOL _connected
is there a connection to the server ?
private int _port
the active port (or 0 for passive mode)
private int _code
the response code

Method Index


generated 25-Jul-2006 by ObjcDoc 3.0.0