Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

File management

&pagelevel(4)&pagelevel

The following functions are available for determining the file attributes in the remote system:

  • With the function ft_show(), you can list the attributes of one file.

  • With the function ft_showdir(), you can list the attributes of multiple files in a directory.

  • The function group ft_sd*() determines the attributes of all the files in a directory in the remote system. Unlike in the case of ft_showdir(), it is not necessary to know the number of files before calling the command. The function group comprises the following individual functions:

    • The function ft_sdopen() initiates the identification of the attributes of all the files in a directory in the remote system.

    • The function ft_sdinfo() reads the file attributes.

    • The function ft_sdclose() terminates identification of the file attributes.

  • You can use the function ft_delete() to delete a file or a directory in the remote system.