 |
| Articles |
 |
| What is Metadata? |
Prep Your Tracks for Digital Distribution |
Is My Audio CD Redbook Quality? |
Performing FTP Transfers |
What is an ISRC Code? |
Choosing a CD Manufacturer |
Choosing a Mastering Facility |
|
 |
 |
 |
Article: Using FTP to transfer audio files over the Internet:
Download this article as a PDF here.
A) Introduction:
This document has been written to be a guideline for anyone who would like to transmit audio files over the internet using FTP. The focus has been specifically directed to audio file sharing, so that the audio engineering community (recording engineers, producers, musicians, recording and mastering studios) may supply a client with the needed FTP server information and this document, and the client may then perform the FTP transfer.
Further information about the history of FTP, task-specific FTP information, additional setup & configuration issues, etc... are covered at the end of this document in the Links section.
The outline of this document is as follows:
A) Introduction
B) What is FTP and why you need to know about it
C) What you will need to use this tutorial
D) General FTP Concepts
E) Installing an FTP client application (PC & Mac)
F) Setting-Up Your Connection (PC & Mac)
G) Downloading Files (PC & Mac)
H) Uploading Files (PC & Mac)
I) Keeping Your Connection Alive: Using PING (PC & Mac)
J) ASCII vs. Binary transfers (PC & Mac)
K) Additional Resources / Program Links
B) What is FTP and why you need to know about it:
Have you ever tried to email an audio file to someone, and you received an error saying "The file is too large, email rejected" or something similar?
Most email environments have limits on the types of files, and sizes of files, that are allowed to be transmitted. Working in audio, these restrictions can make it seemingly impossible to send/receive/exchange full-bandwidth audio files (.WAV or .AIF) from studios to clients, from clients to studios, from producers to engineers, and on and on.
Using FTP solves these problems.
FTP stands for "File Transfer Protocol" and was designed to allow a person with proper account access the ability to transfer large files across the internet. Using FTP with a broadband internet connection (Cable, DSL), you are able to share and collaborate on large-scale audio projects easily.
C) What you will need to use this tutorial:
In order to use this document as a tutorial to perform an FTP transfer, you will need the following information:
FTP Client:
A software application that performs FTP is needed to transfer files from your computer to another computer on the internet (the "remote FTP server"), and vice-versa. Throughout the rest of this document we will refer to the FTP software application as an "FTP Client". While there are many on the market, this document will use a free application that is available for the PC and the Mac: FileZilla
FTP Server address:
This is the address of the computer on the internet you want to connect to (the “remote FTP server”).
While similar to a website address, the prefix is "ftp" instead of "http".
Most of the FTP Clients on the market (including FileZilla, covered in this article) assume the prefix, and therefore you only need supply the remainder of the address.
Therefore, if your FTP server address is:
ftp://server.foo.net
Then it is "server.foo.net" you will enter into your FTP Client.
Username:
Along with the remote FTP Server address, you will need a username to log-into the remote FTP server.
Password:
Similar to website/email accounts, the FTP Username will also need a matching password.
NOTE: To download remote files using FTP, you will need the FTP Server address, Username, and Password supplied to you by an administrator of the remote FTP server. To allow someone else to download files from your FTP server, you must supply this information to them.
D) General FTP Concepts
The File Transfer Protocol (FTP) is described by Wikipedia (http://en.wikipedia.org/wiki/FTP) as "a commonly used protocol (method) for exchanging files over any network that supports the TCP/IP (internet) protocol. There are two computers involved in an FTP transfer: a server and a client. The FTP server, running FTP server software, listens on the network for connection requests from other computers. The client computer, running FTP client software, initiates a connection to the server. Once connected the client can do a number of file manipulation operations such as uploading files to the server, download files from the server, rename or delete files on the server and so on."
With this, the basic goals of exchanging large audio files with studios, musicians, etc., is possible through FTP and a broadband connection.
ASCII vs. Binary transfers:
FTP is capable of transferring two different data types: ASCII (Text format) and Binary (encapsulated data format). Audio files are a Binary format (.wav, .aif, .mp3, .aac, etc...).
While most applications support an "auto detect" function, it is best when exchanging audio files over FTP to manually set the exchange method to Binary.
NOTE: Configuring FTP Clients for Binary transfers is covered further in section J in this document.
E) Installing an FTP client application
FileZilla is a free FTP client application that can be installed on either the PC or the Macintosh.
Windows (XP, 2000):
1) Download a copy of FileZilla to your computer from http://filezilla-project.org/download.php and double-click the installer file.
2) Follow the remaining installation instructions to complete the install.
Further information: http://forum.filezilla-project.org/
Macintosh (OSX):
1) Download a copy of FileZilla to your computer from http://filezilla-project.org/download.php and double-click the installer file.
2) Follow the remaining installation instructions to complete the install.
Further information: http://forum.filezilla-project.org/
F) Setup Your Connection:
NOTE: For the purposes of the tutorial the server/login settings will be:
Server Address: ftp.server.com
Username: user
Password: Testing
1) Launch the FileZilla application, the main FileZilla dialog will appear as follows:

2) Enter your FTP Server Address into the “Host” field, the username goes into the “Username” field, and password goes into
the “Password” field.

3) Click the “Quickconnect” button to connect to the remote server. The FileZilla dialog will update once you have successfully logged-into the remote server, and will look as follows:

G) Downloading Files:
1) Launch FileZilla, using the login information for your remote server, setup your connection and log in
(See step F for more details).
2) Using the view of your computer (left panes), navigate to a folder where you would like to download files to
(where the files copied from the FTP server will be on your computer).
3) Navigate through the “Folders” tree view (right panes) to find the folder containing the files you wish to
download.
4) Click on the folder containing the files you are looking for, then select the files in the file view.
5) To download, Right-Click (PC) to invoke the context menu (Mac = “Option + Click”) and choose “Download”.

6) While downloading, FileZilla will show you a status/progress bar. When the download is complete,
FileZilla will show the completed download in the “Sucessfull Transfers” tab.
7) Once you have completed downloading files via FTP, go to the “Server” menu and choose “Disconnect”.

H) Windows: Uploading Files:
1) Launch FileZilla, using the login information for your remote server, setup your connection and log in.
(See step F for more details).
2) Using the “Folder” tree view of the remote FTP Server (right panes), navigate to a folder where you would
like to upload files to (where the files will end-up on the remote FTP Server, copied from your computer).
3) Navigate through the “Folders” tree view (left panes) to find the folder containing the files you wish to upload.
4) Click on the folder containing the files you are looking for, then select the files in the file view.
5) To upload, Right-Click (PC) to invoke the context menu (Mac = “Option + Click”) and choose “Upload”.

6) While uploading, FileZilla will show you a status/progress bar. When the upload is complete,
FileZilla will show the completed upload in the “Sucessfull Transfers” tab.
7) Once you have completed uploading files via FTP, go to the “Server” menu and choose “Disconnect”.

L) Keeping your connection alive: Using PING:
Depending on your service provider, it is possible for your connection to “time out” while you are transferring large data files (e.g. large audio files). Therefore, if you plan to upload/download large files overnight or while you are away from your computer, you may need to setup another program to keep your FTP connection from timing-out. To do this, you use the PING command.
The process is very similar for PC and Macintosh platforms.
On the PC:
1) Click the “Start” button, and then select “Run”.
2) A dialog will appear. Type “cmd” and click OK. A “Command Window” will appear
3) Type “ping –t www.google.com”
This command will set your computer to “ask” the internet connection and subsequently allow your FTP application to keep its connection “alive”, allowing you to transfer large audio files overnight or while you are away from your computer. When the transfer is complete, stop the PING command with CTRL + C.

On the Macintosh:
1) Double-Click on the “Macintosh HD” icon on your desktop.
2) Double-Click on the “Applications” folder.
3) Double-Click on the “Utilities” folder.
4) Double-Click on the “Terminal” application icon, the Terminal application will start.
5) Type “ping www.google.com”.
This command will set your computer to “ask” the internet connection and subsequently allow your FTP application to keep its connection “alive”, allowing you to transfer large audio files overnight or while you are away from your computer. When the transfer is complete, stop the PING command with CTRL + C.

M) ASCII vs. Binary transfers:
FTP applications can distinguish between transfer types, depending on the type of file being transferred (uploaded/downloaded). Text-type files are often transferred as ASCII type transfers, whereas data-type files (Audio files, etc…) should be transferred as Binary type transfers.
If you find that your upload/download procedure results in “corrupted” or “unreadable” files, it is possible that the transfer method was incorrect.
Setting Binary Transfer mode in FileZilla:

K) Additional Resources / Program Links:
Application Links:
FileZilla (PC & Mac): http://filezilla-project.org/
Additional Information:
Wikipedia / history of FTP: http://en.wikipedia.org/wiki/File_Transfer_Protocol
This document is Copyright 2008, Mike Wells Mastering except where otherwise noted. This document may not be reproduced in any manner without the permission of the copyright owner. Last updated 02/2008.
|
 |
|