FTP has had a long evolution over the years. Appendix III is a chronol dịch - FTP has had a long evolution over the years. Appendix III is a chronol Việt làm thế nào để nói

FTP has had a long evolution over t

FTP has had a long evolution over the years. Appendix III is a
chronological compilation of Request for Comments documents
relating to FTP. These include the first proposed file transfer
mechanisms in 1971 that were developed for implementation on hosts
at M.I.T. (RFC 114), plus comments and discussion in RFC 141.

RFC 172 provided a user-level oriented protocol for file transfer
between host computers (including terminal IMPs). A revision of
this as RFC 265, restated FTP for additional review, while RFC 281
suggested further changes. The use of a "Set Data Type"
transaction was proposed in RFC 294 in January 1982.

RFC 354 obsoleted RFCs 264 and 265. The File Transfer Protocol
was now defined as a protocol for file transfer between HOSTs on
the ARPANET, with the primary function of FTP defined as
transfering files efficiently and reliably among hosts and
allowing the convenient use of remote file storage capabilities.
RFC 385 further commented on errors, emphasis points, and
additions to the protocol, while RFC 414 provided a status report
on the working server and user FTPs. RFC 430, issued in 1973,
(among other RFCs too numerous to mention) presented further
comments on FTP. Finally, an "official" FTP document was
published as RFC 454.

By July 1973, considerable changes from the last versions of FTP
were made, but the general structure remained the same. RFC 542
was published as a new "official" specification to reflect these
changes. However, many implementations based on the older
specification were not updated.

In 1974, RFCs 607 and 614 continued comments on FTP. RFC 624
proposed further design changes and minor modifications. In 1975,
RFC 686 entitled, "Leaving Well Enough Alone", discussed the
differences between all of the early and later versions of FTP.
RFC 691 presented a minor revision of RFC 686, regarding the
subject of print files.

Motivated by the transition from the NCP to the TCP as the
underlying protocol, a phoenix was born out of all of the above
efforts in RFC 765 as the specification of FTP for use on TCP.

This current edition of the FTP specification is intended to
correct some minor documentation errors, to improve the
explanation of some protocol features, and to add some new
optional commands.

In particular, the following new optional commands are included in
this edition of the specification:

CDUP - Change to Parent Directory

SMNT - Structure Mount

STOU - Store Unique

RMD - Remove Directory

MKD - Make Directory

PWD - Print Directory

SYST - System

This specification is compatible with the previous edition. A
program implemented in conformance to the previous specification
should automatically be in conformance to this specification.

2.2. TERMINOLOGY

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

Access controls define users' access privileges to the use of a
system, and to the files in that system. Access controls are
necessary to prevent unauthorized or accidental use of files.
It is the prerogative of a server-FTP process to invoke access
controls.

byte size

There are two byte sizes of interest in FTP: the logical byte
size of the file, and the transfer byte size used for the
transmission of the data. The transfer byte size is always 8
bits. The transfer byte size is not necessarily the byte size
in which data is to be stored in a system, nor the logical byte
size for interpretation of the structure of the data.

control connection

The communication path between the USER-PI and SERVER-PI for
the exchange of commands and replies. This connection follows
the Telnet Protocol.

data connection

A full duplex connection over which data is transferred, in a
specified mode and type. The data transferred may be a part of
a file, an entire file or a number of files. The path may be
between a server-DTP and a user-DTP, or between two
server-DTPs.

data port

The passive data transfer process "listens" on the data port
for a connection from the active transfer process in order to
open the data connection.

DTP

The data transfer process establishes and manages the data
connection. The DTP can be passive or active.

End-of-Line

The end-of-line sequence defines the separation of printing
lines. The sequence is Carriage Return, followed by Line Feed.

EOF

The end-of-file condition that defines the end of a file being
transferred.

EOR

The end-of-record condition that defines the end of a record
being transferred.

error recovery

A procedure that allows a user to recover from certain errors
such as failure of either host system or transfer process. In
FTP, error recovery may involve restarting a file transfer at a
given checkpoint.

FTP commands

A set of commands that comprise the control information flowing
from the user-FTP to the server-FTP process.

file

An ordered set of computer data (including programs), of
arbitrary length, uniquely identified by a pathname.

mode

The mode in which data is to be transferred via the data
connection. The mode defines the data format during transfer
including EOR and EOF. The transfer modes defined in FTP are
described in the Section on Transmission Modes.

NVT

The Network Virtual Terminal as defined in the Telnet Protocol.

NVFS

The Network Virtual File System. A concept which defines a
standard network file system with standard commands and
pathname conventions.

page

A file may be structured as a set of independent parts called
pages. FTP supports the transmission of discontinuous files as
independent indexed pages.

pathname

Pathname is defined to be the character string which must be
input to a file system by a user in order to identify a file.
Pathname normally contains device and/or directory names, and
file name specification. FTP does not yet specify a standard
pathname convention. Each user must follow the file naming
conventions of the file systems involved in the transfer.

PI

The protocol interpreter. The user and server sides of the
protocol have distinct roles implemented in a user-PI and a
server-PI.

record

A sequential file may be structured as a number of contiguous
parts called records. Record structures are supported by FTP
but a file need not have record structure.

reply

A reply is an acknowledgment (positive or negative) sent from
server to user via the control connection in response to FTP
commands. The general form of a reply is a completion code
(including error codes) followed by a text string. The codes
are for use by programs and the text is usually intended for
human users.

server-DTP

The data transfer process, in its normal "active" state,
establishes the data connection with the "listening" data port.
It sets up parameters for transfer and storage, and transfers
data on command from its PI. The DTP can be placed in a
"passive" state to listen for, rather than initiate a
connection on the data port.

server-FTP process

A process or set of processes which perform the function of
file transfer in cooperation with a user-FTP process and,
possibly, another server. The functions consist of a protocol
interpreter (PI) and a data transfer process (DTP).

server-PI

The server protocol interpreter "listens" on Port L for a
connection from a user-PI and establishes a control
communication connection. It receives standard FTP commands
from the user-PI, sends replies, and governs the server-DTP.

type

The data representation type used for data transfer and
storage. Type implies certain transformations between the time
of data storage and data transfer. The representation types
defined in FTP are described in the Section on Establishing
Data Connections.

user

A person or a process on behalf of a person wishing to obtain
file transfer service. The human user may interact directly
with a server-FTP process, but use of a user-FTP process is
preferred since the protocol design is weighted towards
automata.

user-DTP

The data transfer process "listens" on the data port for a
connection from a server-FTP process. If two servers are
transferring data between them, the user-DTP is inactive.

user-FTP process

A set of functions including a protocol interpreter, a data
transfer process and a user interface which together perform
the function of file transfer in cooperation with one or more
server-FTP processes. The user interface allows a local
language to be used in the command-reply dialogue with th
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
FTP đã có một sự tiến hóa dài trong những năm qua. Phụ lục III là một trình biên dịch tự thời gian của yêu cầu cho các tài liệu ý kiến liên quan đến FTP. Chúng bao gồm việc chuyển giao đầu tiên được đề xuất tập tin cơ chế vào năm 1971 được phát triển để thực hiện trên máy chủ tại M.I.T. (RFC 114), cộng với ý kiến và thảo luận trong RFC 141. RFC 172 cung cấp một cấp độ người dùng theo định hướng giao thức cho chuyển tập tin giữa các máy chủ lưu trữ máy tính (bao gồm cả thiết bị đầu cuối IMPs). Một phiên bản của Điều này như là RFC 265, restated FTP để bổ sung xem xét, trong khi RFC 281 đề nghị tiếp tục thay đổi. Sử dụng một "thiết lập kiểu dữ liệu" giao dịch đã được đề xuất trong RFC 294 vào tháng 1 năm 1982. RFC 354 thời RFCs 264 và 265. Giao thức truyền tập tin bây giờ định nghĩa là một giao thức cho chuyển tập tin giữa các máy chủ trên ARPANET, với chức năng chính của FTP được định nghĩa như là chuyển tập tin một cách hiệu quả và đáng tin cậy giữa máy chủ và cho phép sử dụng thuận tiện tập tin từ xa lí khả năng. RFC 385 thêm nhận xét về lỗi, nhấn mạnh điểm, và bổ sung giao thức, trong khi RFC 414 cung cấp một báo cáo tình trạng trên các máy chủ làm việc và người sử dụng FTPs. RFC 430, ban hành năm 1973, (trong số các RFCs quá nhiều để đề cập đến) trình bày thêm Bình luận về FTP. Cuối cùng, một tài liệu FTP "chính thức" xuất bản như là RFC 454. Tới tháng 7 năm 1973, các thay đổi đáng kể từ các phiên bản cuối của FTP đã được thực hiện, nhưng nói chung cấu trúc vẫn như nhau. RFC 542 được xuất bản như là một đặc điểm kỹ thuật mới "chính thức" để phản ánh những thay đổi. Tuy nhiên, việc triển khai nhiều dựa trên các lớn đặc điểm kỹ thuật không được Cập Nhật. Năm 1974, RFCs 607 và 614 tiếp tục bình luận về FTP. RFC 624 đề nghị tiếp tục thay đổi thiết kế và sửa đổi nhỏ. Năm 1975, RFC 686 mang tên, "Để lại cũng đủ một mình", thảo luận các sự khác biệt giữa tất cả các phiên bản ban đầu và sau đó FTP. RFC 691 trình bày một phiên bản nhỏ của RFC 686, liên quan đến các chủ đề của in các tập tin. Thúc đẩy bởi quá trình chuyển đổi NCP và TCP như các giao thức cơ bản, một phoenix được sinh ra trên tất cả các bên trên những nỗ lực trong RFC 765 là đặc điểm kỹ thuật của FTP cho sử dụng trên TCP. Phiên bản này hiện tại của đặc tả FTP được thiết kế để Sửa một số lỗi nhỏ tài liệu, để cải thiện các lời giải thích của một số tính năng giao thức, và để thêm một số mới tùy chọn lệnh. Đặc biệt, các lệnh sau mới tùy chọn được bao gồm trong Ấn bản này của đặc điểm kỹ thuật: CDUP - thay đổi thư mục phụ huynh SMNT - cấu trúc Mount STOU - cửa hàng độc đáo RMD - loại bỏ thư mục MKD - làm cho thư mục PWD – in thư mục SYST - hệ thống Đặc điểm kỹ thuật này là tương thích với phiên bản trước đó. A chương trình thực hiện trong sự phù hợp với đặc điểm kỹ thuật trước tự động nên trong sự phù hợp với đặc điểm kỹ thuật này.2.2. THUẬT NGỮ ASCII Bộ ký tự ASCII là theo quy định tại ARPA-Internet Sách hướng dẫn giao thức. Trong FTP, ký tự ASCII được định nghĩa là nửa dưới của một bộ 8-bit mã (tức là, tối đa đáng kể bit là zero). kiểm soát truy cập Kiểm soát truy cập xác định quyền truy cập của người dùng để sử dụng của một Hệ thống, và để các tập tin trong hệ thống đó. Kiểm soát truy cập cần thiết để ngăn chặn sử dụng trái phép hoặc do tai nạn của các tập tin. Đó là đặc quyền của một quá trình máy chủ FTP để gọi truy cập điều khiển. byte Kích thước Có hai byte Kích thước của lãi suất trong FTP: byte hợp lý Kích thước của tập tin, và kích thước byte chuyển được sử dụng cho các truyền tải dữ liệu. Kích thước byte chuyển nhượng luôn luôn là 8 bit. Kích thước byte chuyển là không nhất thiết phải là kích thước byte trong đó dữ liệu là để được lưu trữ trong một hệ thống, cũng không phải các byte hợp lý Kích thước cho giải thích cấu trúc của dữ liệu. kiểm soát kết nối Đường giao tiếp giữa người sử dụng-PI và máy chủ-PI cho việc trao đổi các lệnh và trả lời. Kết nối này sau giao thức Telnet. kết nối dữ liệu Một kết nối đầy đủ song mà dữ liệu được chuyển giao, trong một quy định chế độ và loại. Dữ liệu chuyển giao có thể là một phần của một tập tin, một tập tin toàn bộ hoặc một số tập tin. Đường dẫn có thể giữa các máy chủ DTP và người sử dụng DTP, hoặc giữa hai máy chủ-DTPs. cổng dữ liệu Truyền dữ liệu thụ động quá trình "lắng nghe" trên cổng dữ liệu cho một kết nối từ quá trình hoạt động chuyển giao để mở kết nối dữ liệu. DTP Quá trình chuyển giao dữ liệu thiết lập và quản lý dữ liệu kết nối. DTP có thể thụ động hoặc hoạt động. Kết thúc của dòng Trình tự cuối của dòng định nghĩa sự chia tách của in Ấn dòng. Trình tự là trở về vận chuyển, sau đó là dòng nguồn cấp dữ liệu. EOF Tình trạng cuối cùng của tập tin định nghĩa vào cuối của một tập tin chuyển giao. EOR Tình trạng cuối cùng của hồ sơ xác định sự kết thúc của một hồ sơ đang được chuyển giao. khôi phục lỗi Một thủ tục mà cho phép một người sử dụng để phục hồi từ lỗi nhất định chẳng hạn như sự thất bại của một trong hai hệ thống lưu trữ hoặc chuyển quá trình. Ở FTP, khôi phục lỗi có thể bao gồm việc khởi động lại một tập tin chuyển giao tại một trạm kiểm soát nhất định. FTP lệnh Một tập các lệnh bao gồm kiểm soát thông tin chảy từ người dùng-FTP cho quá trình máy chủ FTP. tập tin Một bộ dữ liệu máy tính (bao gồm cả chương trình), của đặt hàng chiều dài tùy ý, duy nhất được xác định bởi một tên đường dẫn. chế độ Các chế độ mà trong đó dữ liệu là để được chuyển qua các dữ liệu kết nối. Chế độ xác định định dạng dữ liệu trong quá trình chuyển giao bao gồm cả EOR và EOF. Các chế độ chuyển giao được xác định trong FTP là Mô tả trong phần ở chế độ truyền. NVT Mạng ảo nhà ga theo quy định tại các giao thức Telnet. NVFS Hệ thống tập tin ảo mạng. Một khái niệm mà xác định một Hệ thống tập tin tiêu chuẩn mạng với lệnh tiêu chuẩn và tên đường dẫn quy ước. Trang Một tập tin có thể được cấu trúc như là một tập hợp các bộ phận độc lập được gọi là Trang. FTP hỗ trợ việc truyền tải các tập tin gián đoạn như độc lập được lập chỉ mục trang. tên đường dẫn Tên đường dẫn được định nghĩa là các chuỗi ký tự mà cần phải có nhập vào một hệ thống tập tin của một người sử dụng để xác định một tập tin. Tên đường dẫn thường có chứa tên thiết bị và/hoặc thư mục, và đặc điểm kỹ thuật tên tập tin. FTP không được xác định một tiêu chuẩn tên đường dẫn quy ước. Mỗi người dùng phải tuân theo các tập tin đặt tên quy tắc của hệ thống tập tin tham gia vào việc chuyển giao. PI Các thông dịch viên giao thức. Người dùng và máy chủ bên của các giao thức có vai trò khác nhau thực hiện trong một người dùng-PI và một máy chủ-PI. kỷ lục Một tập tin trình tự có thể được cấu trúc như một số của lục địa bộ phận được gọi là hồ sơ. Ghi lại các cấu trúc được hỗ trợ bởi FTP nhưng một tập tin không cần phải có cấu trúc kỷ lục. trả lời Một thư trả lời là một sự thừa nhận (tích cực hay tiêu cực) được gửi từ Hệ phục vụ cho người dùng thông qua kết nối điều khiển để đáp ứng với FTP lệnh. Dạng chung của một thư trả lời là một hoàn thành mã (bao gồm cả mã lỗi) theo sau một chuỗi văn bản. Các mã được sử dụng bởi các chương trình và các văn bản thường được thiết kế để người dùng của con người. máy chủ-DTP Dữ liệu chuyển quá trình, trong tình trạng "hoạt động" bình thường, thiết lập kết nối dữ liệu với cổng dữ liệu "nghe". Nó thiết lập các thông số để chuyển và lưu trữ, và chuyển dữ liệu về lệnh từ PI của nó. Dàn trang có thể được đặt trong một nhà nước "thụ động" để lắng nghe, chứ không phải là bắt đầu một kết nối vào cổng dữ liệu. quá trình máy chủ FTP Một quá trình hoặc tập hợp các quá trình mà thực hiện các chức năng của chuyển tập tin trong hợp tác với một quá trình người dùng-FTP và, có thể, một máy chủ. Các chức năng bao gồm một giao thức thông dịch viên (PI) và dữ liệu chuyển quá trình (DTP). máy chủ-PI Các thông dịch viên giao thức máy chủ "lắng nghe" trên cổng L cho một Các kết nối từ một người sử dụng-PI và thiết lập một điều khiển kết nối thông tin liên lạc. Nó nhận được tiêu chuẩn FTP lệnh từ người dùng-PI, gửi bài trả lời, và điều chỉnh việc dàn trang hệ phục vụ. loại Kiểu dữ liệu đại diện được sử dụng để truyền dữ liệu và lưu trữ. Loại ngụ ý một số biến đổi giữa thời gian lưu trữ dữ liệu và truyền dữ liệu. Các loại đại diện được xác định trong FTP được mô tả trong phần ngày thành lập Kết nối dữ liệu. người dùng Một người hoặc một quá trình thay mặt cho một người muốn có được Các dịch vụ vận chuyển tập tin. Người dùng của con người có thể tương tác trực tiếp với một quá trình máy chủ FTP, nhưng sử dụng người dùng FTP quá trình là ưa thích từ các giao thức thiết kế là trọng hướng tới automata. người sử dụng DTP Dữ liệu chuyển quá trình "lắng nghe" trên cổng dữ liệu cho một kết nối từ một quá trình máy chủ FTP. Nếu hai máy chủ chuyển dữ liệu giữa chúng, người sử dụng DTP là không hoạt động. quá trình người dùng-FTP Một tập hợp các chức năng bao gồm một thông dịch viên giao thức, dữ liệu một quá trình chuyển giao và một giao diện người dùng thực hiện với nhau Các chức năng của tập tin chuyển trong hợp tác với một hoặc nhiều quá trình máy chủ FTP. Giao diện người dùng cho phép một địa phương ngôn ngữ được sử dụng trong các cuộc đối thoại lệnh-trả lời với th
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
FTP has had a long evolution over the years. Appendix III is a
chronological compilation of Request for Comments documents
relating to FTP. These include the first proposed file transfer
mechanisms in 1971 that were developed for implementation on hosts
at M.I.T. (RFC 114), plus comments and discussion in RFC 141.

RFC 172 provided a user-level oriented protocol for file transfer
between host computers (including terminal IMPs). A revision of
this as RFC 265, restated FTP for additional review, while RFC 281
suggested further changes. The use of a "Set Data Type"
transaction was proposed in RFC 294 in January 1982.

RFC 354 obsoleted RFCs 264 and 265. The File Transfer Protocol
was now defined as a protocol for file transfer between HOSTs on
the ARPANET, with the primary function of FTP defined as
transfering files efficiently and reliably among hosts and
allowing the convenient use of remote file storage capabilities.
RFC 385 further commented on errors, emphasis points, and
additions to the protocol, while RFC 414 provided a status report
on the working server and user FTPs. RFC 430, issued in 1973,
(among other RFCs too numerous to mention) presented further
comments on FTP. Finally, an "official" FTP document was
published as RFC 454.

By July 1973, considerable changes from the last versions of FTP
were made, but the general structure remained the same. RFC 542
was published as a new "official" specification to reflect these
changes. However, many implementations based on the older
specification were not updated.

In 1974, RFCs 607 and 614 continued comments on FTP. RFC 624
proposed further design changes and minor modifications. In 1975,
RFC 686 entitled, "Leaving Well Enough Alone", discussed the
differences between all of the early and later versions of FTP.
RFC 691 presented a minor revision of RFC 686, regarding the
subject of print files.

Motivated by the transition from the NCP to the TCP as the
underlying protocol, a phoenix was born out of all of the above
efforts in RFC 765 as the specification of FTP for use on TCP.

This current edition of the FTP specification is intended to
correct some minor documentation errors, to improve the
explanation of some protocol features, and to add some new
optional commands.

In particular, the following new optional commands are included in
this edition of the specification:

CDUP - Change to Parent Directory

SMNT - Structure Mount

STOU - Store Unique

RMD - Remove Directory

MKD - Make Directory

PWD - Print Directory

SYST - System

This specification is compatible with the previous edition. A
program implemented in conformance to the previous specification
should automatically be in conformance to this specification.

2.2. TERMINOLOGY

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

Access controls define users' access privileges to the use of a
system, and to the files in that system. Access controls are
necessary to prevent unauthorized or accidental use of files.
It is the prerogative of a server-FTP process to invoke access
controls.

byte size

There are two byte sizes of interest in FTP: the logical byte
size of the file, and the transfer byte size used for the
transmission of the data. The transfer byte size is always 8
bits. The transfer byte size is not necessarily the byte size
in which data is to be stored in a system, nor the logical byte
size for interpretation of the structure of the data.

control connection

The communication path between the USER-PI and SERVER-PI for
the exchange of commands and replies. This connection follows
the Telnet Protocol.

data connection

A full duplex connection over which data is transferred, in a
specified mode and type. The data transferred may be a part of
a file, an entire file or a number of files. The path may be
between a server-DTP and a user-DTP, or between two
server-DTPs.

data port

The passive data transfer process "listens" on the data port
for a connection from the active transfer process in order to
open the data connection.

DTP

The data transfer process establishes and manages the data
connection. The DTP can be passive or active.

End-of-Line

The end-of-line sequence defines the separation of printing
lines. The sequence is Carriage Return, followed by Line Feed.

EOF

The end-of-file condition that defines the end of a file being
transferred.

EOR

The end-of-record condition that defines the end of a record
being transferred.

error recovery

A procedure that allows a user to recover from certain errors
such as failure of either host system or transfer process. In
FTP, error recovery may involve restarting a file transfer at a
given checkpoint.

FTP commands

A set of commands that comprise the control information flowing
from the user-FTP to the server-FTP process.

file

An ordered set of computer data (including programs), of
arbitrary length, uniquely identified by a pathname.

mode

The mode in which data is to be transferred via the data
connection. The mode defines the data format during transfer
including EOR and EOF. The transfer modes defined in FTP are
described in the Section on Transmission Modes.

NVT

The Network Virtual Terminal as defined in the Telnet Protocol.

NVFS

The Network Virtual File System. A concept which defines a
standard network file system with standard commands and
pathname conventions.

page

A file may be structured as a set of independent parts called
pages. FTP supports the transmission of discontinuous files as
independent indexed pages.

pathname

Pathname is defined to be the character string which must be
input to a file system by a user in order to identify a file.
Pathname normally contains device and/or directory names, and
file name specification. FTP does not yet specify a standard
pathname convention. Each user must follow the file naming
conventions of the file systems involved in the transfer.

PI

The protocol interpreter. The user and server sides of the
protocol have distinct roles implemented in a user-PI and a
server-PI.

record

A sequential file may be structured as a number of contiguous
parts called records. Record structures are supported by FTP
but a file need not have record structure.

reply

A reply is an acknowledgment (positive or negative) sent from
server to user via the control connection in response to FTP
commands. The general form of a reply is a completion code
(including error codes) followed by a text string. The codes
are for use by programs and the text is usually intended for
human users.

server-DTP

The data transfer process, in its normal "active" state,
establishes the data connection with the "listening" data port.
It sets up parameters for transfer and storage, and transfers
data on command from its PI. The DTP can be placed in a
"passive" state to listen for, rather than initiate a
connection on the data port.

server-FTP process

A process or set of processes which perform the function of
file transfer in cooperation with a user-FTP process and,
possibly, another server. The functions consist of a protocol
interpreter (PI) and a data transfer process (DTP).

server-PI

The server protocol interpreter "listens" on Port L for a
connection from a user-PI and establishes a control
communication connection. It receives standard FTP commands
from the user-PI, sends replies, and governs the server-DTP.

type

The data representation type used for data transfer and
storage. Type implies certain transformations between the time
of data storage and data transfer. The representation types
defined in FTP are described in the Section on Establishing
Data Connections.

user

A person or a process on behalf of a person wishing to obtain
file transfer service. The human user may interact directly
with a server-FTP process, but use of a user-FTP process is
preferred since the protocol design is weighted towards
automata.

user-DTP

The data transfer process "listens" on the data port for a
connection from a server-FTP process. If two servers are
transferring data between them, the user-DTP is inactive.

user-FTP process

A set of functions including a protocol interpreter, a data
transfer process and a user interface which together perform
the function of file transfer in cooperation with one or more
server-FTP processes. The user interface allows a local
language to be used in the command-reply dialogue with th
đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2025 I Love Translation. All reserved.

E-mail: