What is wrong about using ftp to download files?
A. FTP is File Transfer Protocol
B. To use the FTP protocol to transfer files over the Internet, the two computers must use the same operating system
C. You can use a dedicated FTP client to download files
D. FTP works in client/server mode
The statement about using ftp to download files is incorrect: "When using the FTP protocol to transfer files on the Internet, the two computers must use the same operating system." Select B.
FTP (File Transfer Protocol) is the abbreviation of File Transfer Protocol. Two computers using the FTP protocol can transfer files between them no matter how far apart they are, what operating systems they use, or how they access the Internet.
The above is the detailed content of What is wrong about using ftp to download files?. For more information, please follow other related articles on the PHP Chinese website!