FTP

File Transfer Protocol (FTP) is a protocol for making copies of files between a server and a client, and all functionality needed to support that core intention (e.g. retrieving the size of a file, checking available space).


Design


Commands

Command

Example

CWD

CWD dir

DELE

DELE file

LIST

LIST, LIST dir

MKD

MKD newdir

MLSD

NLST

PWD

PWD

QUIT

QUIT

RNFR

RNFR oldname

RNTO

RNTO newname

RMD

RMD dir

SIZE

SIZE file


CategoryRicottone

Protocols/FTP (last edited 2023-10-11 17:59:51 by DominicRicottone)