Creates a new member on the FTP server.
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 member.
File – (Required)
Name of the physical file that will contain the new member.
FTPConnect Action | FTPDisconnect Action | FTPDownload Action | FTPUpload Action | FTPChangeFolder Action | FTPDelete Action | FTPNewFolder Action | FTPNewLibrary Action | FTPNewPhysicalFile Action | FTPQuote Action | FTPRename Action
© 2004-2021 looksoftware. All rights reserved.