| << back to sysax.com Product page |
The ftpmakefolder command is used to create a new folder. The predefined keywords local and remote are used to apply this command on either the local or remote computer. The ftpresult predefined status flag is set to the predefined constant success if the command completed successfully.
The syntax is
Some examples are
Exhibit 4.6. table title
ftpmakefolder local, "tempfiles"; #create local folder ftpmakefolder remote, "tmp_folder"; #create remote folder |