Create a new library on the FTP server. The location of the new folder will be relative to the current active folder (which can be modified by FTPChangeFolder).
Obsolete from Version 11.0 onwards. Some older solutions may contain instances of this action. Run the compatibility report to identify any use of this action and remove it from your solution.
For solutions that contain obsolete FTP actions (FTPNewLibrary, FTPNewMember or FTPNewPhysicalFile), a potential work-around is to call FTPQuote with the host command that is the equivalent of the obsolete action. For example, to create a library, you could send: FTPQuote ("CRTLIB MYLIBRARY TYPE(*TEST) TEXT('My library')")
Connection – (Required)
Name of the connection that the action will be applied to. Should be the same name as specified in the FTPConnect call.
Name – (Required)
Name of the new library.
Type – (Required)
The type of library to be created. The Type argument may be set to one of the pre-defined Type constants.
Description – (Required)
Specifies the description to be applied to the library. If you wish to provide a description it can be typed in here. Otherwise enter the value FTPLibDescBlank which denotes that the description is deliberately blank.
FTPConnect Action | FTPDisconnect Action | FTPDownload Action | FTPUpload Action | FTPChangeFolder Action | FTPDelete Action | FTPNewFolder Action | FTPNewMember Action | FTPNewPhysicalFile Action | FTPQuote Action | FTPRename Action
© 2004-2021 looksoftware. All rights reserved.