1 Long: create-file-mode 2 Arg: <mode> 3 Help: File mode for created files 4 Protocols: SFTP SCP FILE 5 Category: sftp scp file upload 6 See-also: ftp-create-dirs 7 Added: 7.75.0 8 --- 9 When curl is used to create files remotely using one of the supported 10 protocols, this option allows the user to set which 'mode' to set on the file 11 at creation time, instead of the default 0644. 12 13 This option takes an octal number as argument. 14 15 If this option is used several times, the last one will be used. 16