When one uses FTP/SFTP on Linux, is the method the server uses to create directories and files mkdir
and open
or something else entirely?
Asked
Active
Viewed 53 times
-3

Corey Blaser
- 1
- 2
-
Let me ask you a question - you really think mkdir creates a directory WITHOUT USING ANOTHER API? One lower level? After all, it is a shell command. – TomTom Apr 08 '16 at 05:21