contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
function   FTPConnectionChangeDir    
    Related Concepts   Other Library Functions  

Library: FTP
Include: omftp.xin
Declaration

  define external function FTPConnectionChangeDir
                          value FTPConnection this-FTPConnection
                    dir   value stream dir


Purpose

This function is used to change directories on the FTP server.

Arguments:

Example:

  ; change to a directory named "wa" and list the contents
  FTPConnectionChangeDir MyCon dir "wa"
  output FTPConnectionListDir MyCon

      Related Concepts
   Security considerations
 
Other Library Functions
   FTPConnectionChangeDir
   FTPConnectionClose
   FTPConnectionDelete
   FTPConnectionDeleteDir
   FTPConnectionGetStatusReport
   FTPConnectionGetWorkingDir
   FTPConnectionIsInError
   FTPConnectionIsOpen
   FTPConnectionListDir
   FTPConnectionMakeDir
   FTPConnectionOpen
   FTPConnectionRemoteInputFile
   FTPConnectionRemoteOutputFile
   FTPConnectionSetASCII
   FTPConnectionSetBinary
   FTPIsVersionCompatible
   FTPLibraryVersion
 
----  

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:01:07 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.