<< back to sysax.com Product page

4.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.

The syntax is

Exhibit 4.5. table title

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

Some examples are

Exhibit 4.6. table title

ftpmakefolder local, "tempfiles"; #create local folder

ftpmakefolder remote, "tmp_folder"; #create remote folder