<< back to sysax.com Product page

5.3. Creating folders

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.

Exhibit 5.5. Syntax of command for creating files and folders

ftpmakefolder <keywords: local, remote>, <name string>;

Exhibit 5.6. Examples for using the command for creating files and folders

ftpmakefolder local, "tempfiles"; #create local folder

ftpmakefolder remote, "tmp_folder"; #create remote folder