<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.xmission.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Giebs</id>
	<title>XMission Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.xmission.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Giebs"/>
	<link rel="alternate" type="text/html" href="https://wiki.xmission.com/Special:Contributions/Giebs"/>
	<updated>2026-04-30T09:54:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=About_FTP&amp;diff=3763</id>
		<title>About FTP</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=About_FTP&amp;diff=3763"/>
		<updated>2010-08-19T18:24:32Z</updated>

		<summary type="html">&lt;p&gt;Giebs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What is FTP?== &lt;br /&gt;
&lt;br /&gt;
FTP (File Transfer Protocol) is a protocol used to transfer files  over a TCP/IP network (Internet, UNIX, etc.). For example, after developing the HTML pages for a Web site on a local machine, they are typically uploaded to the Web server using FTP.&lt;br /&gt;
&lt;br /&gt;
FTP includes functions to log onto the network, list directories  and copy files. FTP operations can be performed by typing commands at a command prompt or via an FTP utility running under a graphical interface such as Windows. FTP transfers can also be initiated from within a Web browser by entering the URL preceded with ftp://.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Why would I want to use FTP?== &lt;br /&gt;
&lt;br /&gt;
FTP is the means in which you will need to upload your web page,  if you choose to have one. It is also a useful tool in making files  available to friends, family, or clients without sending bulky attachments  via email (which, generally, has a very low quota). Finally, you can  make a space available for others to send you files directly to your  XMission FTP directory. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How do I connect to XMission&#039;s FTP server?==&lt;br /&gt;
&lt;br /&gt;
We recommend using Smart FTP](PC), or Fetch(Mac), which are GUI clients that make using FTP easier and  more user-friendly. Most FTP clients require this basic information:  Site Label = XMission&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;Host Address&#039;&#039;&#039; = &amp;lt;tt&amp;gt;ftp.xmission.com&amp;lt;/tt&amp;gt; (or ftp://ftp.xmission.com)&lt;br /&gt;
:&#039;&#039;&#039;UserID or Username&#039;&#039;&#039; = &amp;lt;tt&amp;gt;username&amp;lt;/tt&amp;gt; (Your XMission username.)&lt;br /&gt;
:&#039;&#039;&#039;Password&#039;&#039;&#039; = &amp;lt;tt&amp;gt;password&amp;lt;/tt&amp;gt; (Your XMission password.) &lt;br /&gt;
&lt;br /&gt;
Another way to connect is to use your browser. Most versions of Netscape,  Internet Explorer, and other browsers, such as Mozilla, will allow  you to connect to an FTP server using the following format:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;ftp://username:password@ftp.xmission.com/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You would, of course, replace &amp;quot;username&amp;quot; with your XMission account  name, and &amp;quot;password&amp;quot; with your XMission password.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How can I make my files available to others?== &lt;br /&gt;
&lt;br /&gt;
When you connect to the FTP server and you&#039;re in your home directory,  you should see a directory named FTP. In this directory, you can create  a folder named &amp;quot;outgoing&amp;quot;. Be sure the permissions are group readable,  or chmod 755. You can put your files in this directory and give people  the following URL for access:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;ftp://ftp.xmission.com/pub/users/u/username/outgoing/filename&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You would replace &amp;quot;u&amp;quot; with the first letter of your account name,  &amp;quot;username&amp;quot; with your XMission username, and &amp;quot;filename&amp;quot; with the  name of the file you are referring people to (or you can leave off  the file name and let them browse the directory).&lt;br /&gt;
&lt;br /&gt;
==How can I have others send files to me via FTP?== &lt;br /&gt;
&lt;br /&gt;
Much the same as explained above, you can create a directory named  &amp;quot;incoming&amp;quot; in your FTP directory. Make sure this directory is NOT  readable and is group writable, or chmod 733. You can give people  the following URL for access:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;ftp://ftp.xmission.com/pub/users/u/username/incoming&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You would replace &amp;quot;u&amp;quot; with the first letter of your account name,  &amp;quot;username&amp;quot; with your XMission username. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Why is XMission&#039;s FTP server slow or even unavailable  at times?==&lt;br /&gt;
&lt;br /&gt;
Speed depends on when you use it. During prime time, you sometimes  share our FTP server with up to 100 of other Internet users around  the world. This can be heavy load for the machine. Because of the  high load this can cause, there is a limit of 100 simultaneous connections  on the FTP server. Though it&#039;s rare, you may have to wait a couple  of minutes to use it. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What are some common mistakes?== &lt;br /&gt;
&lt;br /&gt;
One common mistake is not setting proper file read permissions. This  includes restricting everyone from retrieving those files, and leaving  directories with world writable and world readable flags set. These  directories often end up as trading grounds for software pirates.  Also, you should occasionally check any incoming directories for files  someone may have dropped for you, and clean up old unneeded files. &lt;br /&gt;
&lt;br /&gt;
Another common mistake is attempting to upload hidden files. FTP  will not allow you to upload a file with a &amp;quot;.&amp;quot; preceding the file  name. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Archive]]&lt;br /&gt;
[[Category:FTP]]&lt;/div&gt;</summary>
		<author><name>Giebs</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=About_FTP&amp;diff=3762</id>
		<title>About FTP</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=About_FTP&amp;diff=3762"/>
		<updated>2010-08-19T18:22:52Z</updated>

		<summary type="html">&lt;p&gt;Giebs: /* How can I make my files available to others? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What is FTP?== &lt;br /&gt;
&lt;br /&gt;
FTP (File Transfer Protocol) is a protocol used to transfer files  over a TCP/IP network (Internet, UNIX, etc.). For example, after developing the HTML pages for a Web site on a local machine, they are typically uploaded to the Web server using FTP.&lt;br /&gt;
&lt;br /&gt;
FTP includes functions to log onto the network, list directories  and copy files. FTP operations can be performed by typing commands at a command prompt or via an FTP utility running under a graphical interface such as Windows. FTP transfers can also be initiated from within a Web browser by entering the URL preceded with ftp://.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Why would I want to use FTP?== &lt;br /&gt;
&lt;br /&gt;
FTP is the means in which you will need to upload your web page,  if you choose to have one. It is also a useful tool in making files  available to friends, family, or clients without sending bulky attachments  via email (which, generally, has a very low quota). Finally, you can  make a space available for others to send you files directly to your  XMission FTP directory. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How do I connect to XMission&#039;s FTP server?==&lt;br /&gt;
&lt;br /&gt;
We recommend using Smart FTP](PC), or Fetch(Mac), which are GUI clients that make using FTP easier and  more user-friendly. Most FTP clients require this basic information:  Site Label = XMission&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;Host Address&#039;&#039;&#039; = &amp;lt;tt&amp;gt;ftp.xmission.com&amp;lt;/tt&amp;gt; (or ftp://ftp.xmission.com)&lt;br /&gt;
:&#039;&#039;&#039;UserID or Username&#039;&#039;&#039; = &amp;lt;tt&amp;gt;username&amp;lt;/tt&amp;gt; (Your XMission username.)&lt;br /&gt;
:&#039;&#039;&#039;Password&#039;&#039;&#039; = &amp;lt;tt&amp;gt;password&amp;lt;/tt&amp;gt; (Your XMission password.) &lt;br /&gt;
&lt;br /&gt;
Another way to connect is to use your browser. Most versions of Netscape,  Internet Explorer, and other browsers, such as Mozilla, will allow  you to connect to an FTP server using the following format:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;ftp://username:password@ftp.xmission.com/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You would, of course, replace &amp;quot;acctname&amp;quot; with your XMission account  name, and &amp;quot;password&amp;quot; with your XMission password.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How can I make my files available to others?== &lt;br /&gt;
&lt;br /&gt;
When you connect to the FTP server and you&#039;re in your home directory,  you should see a directory named FTP. In this directory, you can create  a folder named &amp;quot;outgoing&amp;quot;. Be sure the permissions are group readable,  or chmod 755. You can put your files in this directory and give people  the following URL for access:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;ftp://ftp.xmission.com/pub/users/u/username/outgoing/filename&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You would replace &amp;quot;u&amp;quot; with the first letter of your account name,  &amp;quot;username&amp;quot; with your XMission username, and &amp;quot;filename&amp;quot; with the  name of the file you are referring people to (or you can leave off  the file name and let them browse the directory).&lt;br /&gt;
&lt;br /&gt;
==How can I have others send files to me via FTP?== &lt;br /&gt;
&lt;br /&gt;
Much the same as explained above, you can create a directory named  &amp;quot;incoming&amp;quot; in your FTP directory. Make sure this directory is NOT  readable and is group writable, or chmod 733. You can give people  the following URL for access:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;ftp://ftp.xmission.com/pub/users/u/username/incoming&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You would replace &amp;quot;a&amp;quot; with the first letter of your account name,  &amp;quot;acctname&amp;quot; with your XMission username. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Why is XMission&#039;s FTP server slow or even unavailable  at times?==&lt;br /&gt;
&lt;br /&gt;
Speed depends on when you use it. During prime time, you sometimes  share our FTP server with up to 100 of other Internet users around  the world. This can be heavy load for the machine. Because of the  high load this can cause, there is a limit of 100 simultaneous connections  on the FTP server. Though it&#039;s rare, you may have to wait a couple  of minutes to use it. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What are some common mistakes?== &lt;br /&gt;
&lt;br /&gt;
One common mistake is not setting proper file read permissions. This  includes restricting everyone from retrieving those files, and leaving  directories with world writable and world readable flags set. These  directories often end up as trading grounds for software pirates.  Also, you should occasionally check any incoming directories for files  someone may have dropped for you, and clean up old unneeded files. &lt;br /&gt;
&lt;br /&gt;
Another common mistake is attempting to upload hidden files. FTP  will not allow you to upload a file with a &amp;quot;.&amp;quot; preceding the file  name. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Archive]]&lt;br /&gt;
[[Category:FTP]]&lt;/div&gt;</summary>
		<author><name>Giebs</name></author>
	</entry>
</feed>