Class DFTPClient

Inherits from:
Object
Declared in:
DFTPClient.h

Class Hierarchy

    Object
      |
      +---DFTPClient

Class Description

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

Last modified:
05-Nov-2007 (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> _server
the address of the server
private id <DSocketAddressable> _address
the address received from the server
private int _bytes
the number of bytes 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
private int _bufferSize
the buffer size during binary transfer (def. 8192)

Method Index


generated 05-Nov-2007 by ObjcDoc 3.0.0