Updated on 2022-02-22 GMT+08:00

How Do I Manage Device Files?

Run the following command to delete the restriction on using SFTP:

rm -rf /etc/usr/sftp_disable

Open another SSH window. Then, you can save local files to /tmp or pull the folder from /tmp to the local PC.

  • /tmp is a temporary folder and is cleared after a device is restarted. If you want to retain the file, move it to another folder.
  • If a file with the same name exists in the /tmp directory, the file cannot be placed in the directory and will not be automatically overwritten.
  • To copy a file in /tmp, run the chmod a+r /tmp/file name command to change the read permission of the file.

Device System Operations FAQs

more