FTP (File Transfer Protocol) sites are usually set up by companies or individuals to make it easy to exchange sizable files, such as videos or picture files, over the Internet. Your Mac has a built-in FTP server for giving other people access to your machine. You can also access someone else’s FTP site from your Mac.

TftpServer is a utility which helps you to utilize and configure the TFTP server shipped with the standard Mac OSX distribution. Using this application you can start/stop the TFTP service on your Mac and change its working path, that's where the files are sent to and received from by any TFTP client (e.g. A Cisco router or switch). FTPx links are FTP server downloads (more reliable for dialup and slower connections), HTTPx links are HTTP (web) server downloads. 32-bit installs run on all versions of Windows, 64-bit installs only run on x64 versions of Windows.

Insert em dash in word for mac. To grant others access to your Mac, choose Apple→System Preferences and click Sharing. Select the File Sharing box and click Options. Click Share Files and Folders Using FTP. People on other computers can now share and copy files to and from your machine. You might also have to open ports in your router’s software to allow access.

Consider the security ramifications before allowing just anyone access to your machine. Right under the box you just selected is the warning, “FTP logins and data transfers are not encrypted.”

To access someone else’s FTP site, from the Finder Menu, choose Go→Connect to Server. Enter the server address in the box provided and click Connect. Depending on the server you’re attempting to connect to, you’ll likely have to enter a name and a password.

You may be able to drag and drop files from your machine onto that FTP server. But often you need help from outside software, such as the $25 shareware program Fetch, which allows you to dump files onto an FTP server. Other FTP choices include Transmit3 and RBrowser.

TFTP, or Trivial File Transfer Protocol is a protocol that can be used for quickly shuttling files about. While similar to FTP, TFTP has no username and password (in most cases) and should not be running when you do not need it. It’s still in use today for a number of appliances such as routers and switches, to get firmware and occasionally configuration files.There’s a nice little GUI utility that can be used to house a TFTP server on Mac OS X. It’s funny enough, called TFTPServer. You can obtain it at http://ww2.unime.it/flr/tftpserver. Once you have downloaded it, you can open the application and you will be placed into the main application screen. By default, the TFTP server will share out the /private/tftpboot directory. If you’ve already got DeployStudio running then you’ve already got some form of tftp services that you can use and might already have some data in there.You can change the path (if you use DeployStudio with Windows clients you might not want to or you might break the PXE booting) by clicking in the currentpath field and typing the path to the directory you’d like to share out via TFTP. You can also click on the Change Path button to bring up a browse box.Once you are satisfied with the directory that you’re sharing out, click on the Start TFTP button. Then, once you’re complete with the tasks at hand that require TFTP go ahead and stop it again by clicking on the Stop TFTP button. If there are any problems with the TftpServer application accessing the data shared out then you will more than likely want to click on the Fix button at the bottom of the screen, which will likely be red. As with TFTP it’s really straight forward to use!You can also use the tftpd located in /usr/libexec, but most of the time you’ll just need a quick GUI to accomplish a task, which the TftpServer app is great for.Now as far as TFTP clients go, a number of devices can require you to TFTP into them to upload a configuration file or a firmware version. It can also be helpful for testing functions of the server that rely on TFTP. There is a TFTP command line client located in /usr/bin called appropriately tftp. You can use the get, put and quit verbs much as with other similar tools.There is also a GUI application for Mac OS X in Mac TFTP client. It’s somewhat dated, but still works. It has a Send and a Receive (Get) option. You simply put the name of the server, select the file and click start. Couldn’t be easier.Happy TFTPing!