pavement

FTP

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
m (Ftp moved to FTP)
(move section to ftp#Common flags)
Line 1: Line 1:
 
File Transer Protocol. In the halcyon days of early unix systems, an easy and reliable way to transfer files from one system to another. These days, you'll want something secure that doesn't send your login/password in cleartext -- which ftp, like telnet, does -- and you'll probably want to use something like [[sftp]].
 
File Transer Protocol. In the halcyon days of early unix systems, an easy and reliable way to transfer files from one system to another. These days, you'll want something secure that doesn't send your login/password in cleartext -- which ftp, like telnet, does -- and you'll probably want to use something like [[sftp]].
  
==Common flags==
+
The default FTP client on FreeBSD systems is ''[[ftp]]''. The default FTP server is ''[[ftpd]]''.
+
-a don't login, use anonymous login
+
-A force active mode
+
-i no interactive prompts
+
-p force passive mode
+
-P change the port to this
+
-v verbose
+
  
 
[[Category:FreeBSD Terminology]]
 
[[Category:FreeBSD Terminology]]

Revision as of 15:45, 5 May 2006

File Transer Protocol. In the halcyon days of early unix systems, an easy and reliable way to transfer files from one system to another. These days, you'll want something secure that doesn't send your login/password in cleartext -- which ftp, like telnet, does -- and you'll probably want to use something like sftp.

The default FTP client on FreeBSD systems is ftp. The default FTP server is ftpd.

Personal tools