swirl
Guide to OmniMark 8   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
      Other Library Functions  
function  

FTPConnectionMakeDir

 
 

Library: FTP support (OMFTP)
Include: omftp.xin

Declaration

define external function FTPConnectionMakeDir
                        value FTPConnection this-FTPConnection
                  dir   value string dir

Argument definitions

this-FTPConnection
is an OMX component of type FTPConnection
dir
is the name of the new directory.


Purpose

This function will create a new directory on the FTP server.

To use this function, you must include the following line at the beginning of your program:


  include "omftp.xin"

Example:


  ; make a dir and do a list
  FTPConnectionMakeDir MyCon dir "test-dir"
  output FTPConnectionListDir MyCon full true

        Other Library Functions
   FTPConnection
   FTPConnectionChangeDir
   FTPConnectionClose
   FTPConnectionDelete
   FTPConnectionDeleteDir
   FTPConnectionGetStatusReport
   FTPConnectionGetWorkingDir
   FTPConnectionIsInError
   FTPConnectionIsOpen
   FTPConnectionListDir
   FTPConnectionMakeDir
   FTPConnectionOpen
   FTPConnectionRemoteInputFile
   FTPConnectionRemoteOutputFile
   FTPConnectionSetASCII
   FTPConnectionSetBinary
   FTPIsVersionCompatible
   FTPLibraryVersion
 
 

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ LEGACY LIBRARIES ] [ ERRORS ]

OmniMark 8.2.0 Documentation Generated: March 13, 2008 at 3:27:39 pm
If you have any comments about this section of the documentation, please use this form.

Copyright © Stilo International plc, 1988-2008.