MKD

E845084

MKD is an FTP protocol command used to create a new directory on the remote server.

All labels observed (1)

Label Occurrences
MKD canonical 1

How this entity was disambiguated

Statements (44)

Predicate Object
instanceOf FTP command ⓘ
network protocol command ⓘ
abbreviationFor Make Directory ⓘ
argumentType directory name ⓘ
pathname ⓘ
belongsTo FTP command set ⓘ
caseSensitivity usually case-insensitive in command keyword ⓘ
category FTP service command ⓘ
commandChannel FTP control connection ⓘ
dataChannelUsage does not open data connection ⓘ
defaultControlPort 21 ⓘ
definedIn RFC 959 ⓘ
direction client-to-server ⓘ
effectOnServerState creates new directory entry ⓘ
errorCondition insufficient storage or quota ⓘ
invalid pathname ⓘ
failureReasonExample directory already exists ⓘ
permission denied ⓘ
failureResponseCodeExample 550 ⓘ
fullName Make Directory ⓘ
idempotence not strictly idempotent ⓘ
introducedBy original FTP specification ⓘ
operatesOn remote file system ⓘ
protocolLayer application layer ⓘ
purpose create a new directory on the remote FTP server ⓘ
relatedCommand CWD ⓘ
PWD ⓘ
RMD ⓘ
requires appropriate directory creation permissions ⓘ
logged-in user session ⓘ
responseType FTP reply code ⓘ
securityConsideration may be disabled on anonymous FTP servers ⓘ
subject to server access control lists ⓘ
serverBehavior may return created directory name in quotes ⓘ
standardizedIn RFC 959 ⓘ
standardStatus active in modern FTP implementations ⓘ
successResponseExample 257 "dirname" created ⓘ
syntax MKD <pathname> ⓘ
transportProtocol TCP ⓘ
typicalSuccessCode 257 ⓘ
typicalUseCase prepare directory structure before uploading files ⓘ
usedBy FTP clients ⓘ
usedInProtocol File Transfer Protocol ⓘ
linked to: FTP
usedWith FTP servers ⓘ

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

RFC 959 → definesCommand → MKD ⓘ