PWD

E845085

PWD is an FTP command that returns the current working directory on the remote server.

All labels observed (1)

Label Occurrences
PWD canonical 1

How this entity was disambiguated

Statements (35)

Predicate Object
instanceOf FTP command ⓘ
alsoKnownAs PWD command ⓘ
belongsTo FTP control channel commands ⓘ
caseSensitivity usually case-insensitive in FTP servers ⓘ
category FTP service command ⓘ
defaultPortContext 21 ⓘ
definedIn File Transfer Protocol ⓘ
linked to: FTP
direction client-to-server command ⓘ
doesNotRequire data connection ⓘ
fullForm Print Working Directory ⓘ
hasReplyCode 257 ⓘ
implementedBy most FTP servers ⓘ
implementedIn command-line FTP clients ⓘ
graphical FTP clients ⓘ
introducedIn FTP specification ⓘ
operatesOn remote server ⓘ
relatedCommand CDUP ⓘ
CWD ⓘ
LIST ⓘ
replyFormat 257 "<directory>" is current directory ⓘ
requires control connection ⓘ
responseType directory pathname ⓘ
returns current working directory ⓘ
remote current directory path ⓘ
scope remote file system ⓘ
securityConsideration may reveal server directory structure ⓘ
standardizedIn RFC 959 ⓘ
syntax PWD<CRLF> ⓘ
transportLayerProtocol TCP ⓘ
triggeredBy client request ⓘ
typicalClientCommand pwd ⓘ
usedFor building absolute remote paths ⓘ
discovering current remote directory ⓘ
verifying directory changes ⓘ
usedInProtocol FTP ⓘ

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 → PWD ⓘ