Below are the FTP instructions for uploading your files to a GT Marketing server.
Please note, there are different ways of accessing a FTP server. There are also many versions of programs that can be used. For example, one can simply use their browser window, however is that browser Internet Explorer, Mozilla, Netscape or Firefox? Is that IE browser, version 6 or 7? And is your operating system Windows or Mac?
We recommend using a FTP client program like CoffeeCup Free FTP or you can try many others at download.com
FTP Server: ftp.gtmarketing.us
Call (800) 435-7492 to request login credentials
For large files (over 50MB) please compress or zip before uploading
Instructions for the most popular browsers
Microsoft Windows 98/ME/2000/XP/2003
Apple Macintosh
From Microsoft Internet Explorer 6 (Windows XP)
From Microsoft Internet Explorer 7 (Windows XP / Vista)
From Mozilla Firefox (Windows XP / Vista / OSX)
From Command Prompt (Windows XP / 2000 / ME / 98 / 95)
Command line FTP instructions
A command line FTP utility exists on Windows and Mac OS X and can be used without installing additional software. Command line FTP is a reliable tool for transferring files and can also be used for testing when troubleshooting problems with other FTP clients.The instructions provided below show you how to use the command line FTP utility for Windows and Mac OS X.
Note: This provides basic instructions for using the command line FTP utility. For more detailed information, consult the documentation for your operating system.
Windows:| 1 | To launch command line FTP utility, go to Start > Run and enter"cmd" into the Open field of the run dialog box. Click OK or press enter. Note: If using Windows 98/95/Me, enter "command" instead of"cmd". |
| 2 | To change to a local directory that contains your site files, type cd followed by the path to the desired directory after the prompt. Example: If your site files are stored in c:\sites\my_site, enter cd c:\sites\my_site. |
| 3 | At the prompt, enter ftp + FTP server name and press enter.![]() |
4 | You will then be prompted to enter a username. Following the prompt, enter the username for the FTP account and press enter. Note: If you are connecting to an FTP server that allows anonymous FTP, you don't need a valid account. However, you need to use the preconfigured account called ftp (ftp is the same as anonymous) to access the server. |
| 5 | Enter your password when the password prompt appears and press enter. Note:For security reasons, the password entered is not displayed on the screen. |
| 6 | When the' Login successful' message appears, you have successfully connected. At this point, you know that the ftp server is up and running and that you can successfully connect to it from your machine. Note: You will still see a list of FTP commands even if you are not successfully connected to the FTP server. Commonly used FTP commands: ls: directory listing equivalent to dir. Note: All FTP commands are case sensitive and should be in lower case. |
Macintosh OS X:
| 1 | To launch terminal, choose Hard Drive > Applications > Utilities > Terminal. |
| 2 | At the UNIX shell prompt, you can change the current directory by typing cd + the path to the desired directory. |
| 3 | At the UNIX shell prompt, enter ftp + the FTP host name and press return. |
| 4 | Follow Windows steps 4 - 6. |