Using FTP commands ShowThe FTP protocol
FTP (File Transfer Protocol) is a protocol — meaning a standard language that lets two machines communicate — used so that computers of different types (or with different operating systems) can transfer files over a...
FTP protocol (File Transfer Protocol) ShowIntroduction to FTP protocol
FTP protocol (File Transfer Protocol) is, as its name indicates a protocol for transferring files.
The implementation of FTP dates from 1971 when a file transfer system (described in RFC141) between MIT machines...
FTP commands ShowThe FTP protocol
FTP (File Transfer Protocol) is a protocol — meaning a standard language that lets two machines communicate — used so that computers of different types (or with different operating systems) can transfer files over a...
Know the FTP Error codes ShowKnow the FTP Error codes
Intro
Intro
Here are the most common FTP process error codes. You will notice these codes in the dialog box in your FTP application, which are very useful to know!
Error Codes
110 Restart marker reply....
Connecting to a Ftp server under Ms-Dos ShowConnecting to a Ftp server under Ms-Dos
The ftp command allows you to get connected using command lines. Some of these options provide an automatic connection; this is done through a list of commands store on a text file.
ftp -i ...
Access to an FTP server as if it were a local directory ShowAccess to an FTP server as if it were a local directory
Install Curlftpfs :
sudo aptitude install curlftpfs
Create the directory for FTP server:
mkdir mountpoint
Add authorized users to use the software(fuse group):
sudo...
Port/Ports TCP/IP ShowThe use of ports
Many TCP/IP programs
can be executed simultaneously over the Internet (you can for example open several browsers simultaneously or browse HTML pages while downloading a file via FTP). Each of these programs works with a protocol,...
FTP commands ShowThe FTP protocol
FTP (File Transfer Protocol) is a protocol — meaning a standard language that lets two machines communicate — used so that computers of different types (or with different operating systems) can transfer files over a...
Using Telnet ShowIntroduction to Telnet
Telnet is a protocol for emulating a remote terminal, which means that it can be used to run commands entered on a keyboard at a remote machine. The tool Telnet is an implementation of the Telnet protocol, which means that it...