FTP
はじめに d:id:nattou_curry_2:20081016:1224116997と同様の、FTPの目次のの概要付き版です。 サクラエディタマクロ&若干の手作業で作成しています。 作成した目次 1. INTRODUCTION The objectives of FTP are 1) to promote sharing of files (computer pro…
コマンド 概要(説明の先頭文のみ) RETRIEVE (RETR) This command causes the server-DTP to transfer a copy of the file, specified in the pathname, to the server- or user-DTP at the other end of the data connection. STORE (STOR) This command cau…
コマンド 概要(説明の先頭文のみ) DATA PORT (PORT) The argument is a HOST-PORT specification for the data port to be used in data connection. PASSIVE (PASV) This command requests the server-DTP to "listen" on a data port (which is not its de…
コマンド 概要(説明の先頭文のみ) USER NAME (USER) The argument field is a Telnet string identifying the user. PASSWORD (PASS) The argument field is a Telnet string specifying the user's password. ACCOUNT (ACCT) The argument field is a Telne…
用語 説明 ASCII The ASCII character set is as defined in the ARPA-Internet Protocol Handbook. In FTP, ASCII characters are defined to be the lower half of an eight-bit code set (i.e., the most significant bit is zero). access controls Acce…
FILE TRANSFER PROTOCOL (FTP) 1. INTRODUCTION 2. OVERVIEW 2.1. HISTORY 2.2. TERMINOLOGY 2.3. THE FTP MODEL 3. DATA TRANSFER FUNCTIONS 3.1. DATA REPRESENTATION AND STORAGE 3.1.1. DATA TYPES 3.1.1.1. ASCII TYPE 3.1.1.2. EBCDIC TYPE 3.1.1.3. I…
//ページヘッダを取り除く S_ReplaceAll('^Postel.*\r\n', '', 30); S_ReplaceAll('^ \r\n', '', 30); S_ReplaceAll('^RFC.*\r\n', '', 30); S_ReplaceAll('^File.*\r\n', '', 30); //セクションと内容をタブ区切りの一覧にする。 S_ReplaceAll('^( *\d\.[^\…