perm FTP command

Summary

Sets file permissions

Description

If you have administrative access to the FTP server, you can set the remote file permissions. The permnumber argument is inherited from CHMOD's permission number.

Command usage

  • perm <file> <permnumber>

Examples

  • perm WorldReadable.txt 777: Sets the remote file permissions of WorldReadable.txt to 777

Last updated