joemama613
IS-IT--Management
I am using FTP in Windows (DOS) to "put" a file onto my unix machine. The file comes to the unix side with the following permissions: -rw-r----- . Yet, if I am sitting in unix (with the exact same login that I use for FTP), and create a file, the permissions are: -rw-rw-r-- , which is really what I want them to be. How can I get the same permissions using FTP? In DOS FTP, there does not seem to be any CHMOD command or UMASK command. Help? THanks.