<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Web Development Blog &#187; Uploading files with Dreamweaver (WebDAV) | Web Development Blog &#8211; Heidi Cool &#8211; Cleveland, Ohio</title>
	<atom:link href="http://www.heidicool.com/blog/category/webdav/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.heidicool.com/blog</link>
	<description>web • content • marketing • navigation • seo • social media</description>
	<lastBuildDate>Thu, 17 Feb 2011 21:09:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9; </copyright>
		<managingEditor>gravity69@gmail.com ()</managingEditor>
		<webMaster>gravity69@gmail.com()</webMaster>
		<category></category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>content bull; architecture bull;nbsp;marketing bull;nbsp;seo bull; social media</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>gravity69@gmail.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.heidicool.com/blog/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://www.heidicool.com/blog/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>Web Development Blog</title>
			<link>http://www.heidicool.com/blog</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Uploading files with Dreamweaver (WebDAV)</title>
		<link>http://www.heidicool.com/blog/2008/05/18/uploading-files-with-dreamweaver-webdav/</link>
		<comments>http://www.heidicool.com/blog/2008/05/18/uploading-files-with-dreamweaver-webdav/#comments</comments>
		<pubDate>Mon, 19 May 2008 02:23:34 +0000</pubDate>
		<dc:creator>Heidi Cool</dc:creator>
				<category><![CDATA[Heidi's Entries]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Recommendations]]></category>
		<category><![CDATA[Webdav]]></category>
		<category><![CDATA[dreamweaver]]></category>

		<guid isPermaLink="false">http://www.heidicool.com/blog/?p=139</guid>
		<description><![CDATA[If you've been using Dreamweaver to upload files to a Web server using FTP, and you're about to start using WebDAV—either because of the Case Web server upgrade or because you're looking for a more secure protocol than FTP—you'll find that using WebDAV with Dreamweaver is quite similar to using FTP. Simply follow the directions below to configure your sites.
]]></description>
			<content:encoded><![CDATA[<p>If you've been using Dreamweaver to upload files to a Web server using FTP,
and you're about to start using WebDAV&mdash;either because of the <a href="http://blog.case.edu/whttp://blog.case.edu/webdev/2008/05/13/webserverebdev/2008/05/13/webserver">Case
Web server upgrade</a> or because you're looking for a more secure protocol
than FTP&mdash;you'll find that using WebDAV with Dreamweaver is quite similar
to using FTP.  Simply follow the directions below to configure your sites.
If you are managing sites you've already configured to use FTP, choose the
existing site definition(s), then select "edit" instead of "new" while following
the directions below and change your settings accordingly. </p>

<h5>Step One: Define your site</h5>
<p class="photoright"><a href="http://blog.case.edu/webdev/2008/05/18/1define.jpg"><img alt="1definesm.jpg" src="http://blog.case.edu/webdev/2008/05/18/1definesm.jpg" width="240" height="232" /></a><br />Click on image to enlarge
</p>
<p>I recommend doing this when you first start working on your site. In doing so you will provide key information to Dreamweaver that will allow it to better manage your links and other information.</p>
<ol>
<li>Under Dreamweaver's site menu, choose "Manage sites." </li>
<li>Click the "New" button and select "site" from the drop down menu. This will open
the dialogue box pictured on the right of this page.</li>
<li>Making sure you have the "advanced" tab selected, enter a name in the "Site name"
box. This can be any name of your choosing.</li>
<li>In the "Local root folder" box navigate to the folder on your local computer
or network where you are storing your files for this Web site.</li>
<li>In the "Default images folder" box box navigate to the folder within your
site folder where you are storing your main images. (Note: This is optional;
you do not have to keep all images in this folder)</li>
<li>In the "HTTP: address" box type in the url for your site, such as <a href="http://www.case.edu/community/">http://www.case.edu/community/</a>.</li>
<li> Check the "enable cache" box.</li>
<li>Your site has now been defined, but don't click OK just yet! </li>
</ol>

<h5>Step Two: Define your remote server connection</h5>
<p class="photoright"><a href="http://blog.case.edu/webdev/2008/05/18/2remote.jpg"><img alt="2remotesm.jpg" src="http://blog.case.edu/webdev/2008/05/18/2remotesm.jpg" width="240" height="232" /></a><br />Click on image to enlarge
</p>

<p>This step tells Dreamweaver what protocol to use, the location of your server, and your login and password information.</p>
<ol>
<li>On the left side of the dialogue box select "remote info." This will bring up
a different dialogue box.</li>


<li>In the "Access" box scroll down and select "WebDAV."</li>
<li>In the URL box enter the url for your server. On the new Case server that
will be: https://www.case.edu:8000/&lt;your network id&gt;/&lt;your group's
Aurora account name&gt;. (Don't type the angle brackets, you want an address
that looks something like https://www.case.edu:8000/xyz67/departmentx.)</li>
<li>In the "login" box type in your username. For Case users this is your Case
user ID, not the Web account name you have used
in the past. </li>

<li>In the "password" box type your password, for Case users this is your Case
network password. Click the "Save
password" box.</li>
<li>Leaving all the other boxes unchecked, you are now ready to click "OK."</li>
<li>This will return you to the first dialogue box. Click Done. When this box is
closed the "files" panel will automatically open on either the left or right of
your open file. </li>
</ol>


<h5>Uploading ("putting") files to the Web server</h5>
<p class="photoright"><img alt="4local.jpg" src="http://blog.case.edu/webdev/2008/05/18/4local.jpg" width="240" height="362" />
</p>

<ol>
<li>With the files panel open and set to local view, click the blue button that
looks like an electrical plug connecting to an extension cord. This will open
your connection to your remote Web server. You may, or may not, also need
to click on the round arrow button to the right of the plug to refresh your
file list. </li>
<li>Select files and folders you would like to upload and push the "Put file(s)" button which is identified as an upward pointing blue arrow. </li>
<li>In the drop down menu where it says "Local view," switch to "Remote view" to verify that your files have been uploaded.</li>
<li>In your Web browser go to your site to ensure that everything looks right.</li>
<li>Note: If you would like to <a href="http://blog.case.edu/webdev/2008/05/18/3seefiles.jpg">view
local and remote files at the same time</a>, simply click the expand collapse button to the far right of the other buttons in the panel screen. It has a blue and green bar on the top and a small right pointing arrow.</li>

</ol>

<h5>Downloading ("getting") files from the Web server</h5>
<ol>
<li>Downloading is very similar to uploading. With your connection already open, switch from "local view" to "remote view."</li>
<li>Select files and folders you would like to download and push the "Get file(s)" button which is identified as a downward pointing green arrow. </li>
</ol>

<p>Once you've defined your site, the process is pretty easy. Just upload or download files using the up and down arrows, and you're all set!</p>


<h5>Other ways to connect via WebDAV.</h5>
<p>If you experience difficulty uploading files with Dreamweaver, you may prefer to use one of the following alternatives (these are what I use). </p>
<ul>
<li><a href="http://blog.case.edu/webdev/2008/05/18/webdrive">Uploading files with the WebDrive
WebDAV client for Windows</a></li>
<li><a href="http://blog.case.edu/webdev/2008/05/15/webdav">Introduction to WebDAV: Connecting on a Macintosh</a></li>
<li><a href="http://wiki.case.edu/Www.case.edu#How_to_Access_Upgraded_Aurora_Server">How to Access Upgraded Aurora Server: instructions on the Case Wiki</a></li>


</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.heidicool.com/blog/2008/05/18/uploading-files-with-dreamweaver-webdav/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Uploading files with the WebDrive WebDAV client for Windows</title>
		<link>http://www.heidicool.com/blog/2008/05/18/uploading-files-with-the-webdrive-webdav-client-for-windows/</link>
		<comments>http://www.heidicool.com/blog/2008/05/18/uploading-files-with-the-webdrive-webdav-client-for-windows/#comments</comments>
		<pubDate>Sun, 18 May 2008 22:28:48 +0000</pubDate>
		<dc:creator>Heidi Cool</dc:creator>
				<category><![CDATA[Heidi's Entries]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Recommendations]]></category>
		<category><![CDATA[Webdav]]></category>
		<category><![CDATA[webdrive]]></category>

		<guid isPermaLink="false">http://www.heidicool.com/blog/?p=138</guid>
		<description><![CDATA[Whether you're about to start using WebDAV because of the Case Web server upgrade, or you're just looking for a more secure protocol than FTP, you may have heard that it can be tricky to use on Windows XP or Vista. WebDrive, available to Case faculty, staff and students on the software center, simplifies the process. Those of you in the habit of using stand-alone clients like WS_FTP for transferring files will find this a convenient and easy-to-use alternative.
]]></description>
			<content:encoded><![CDATA[<p>Whether you're about to start using WebDAV because of the <a href="http://blog.case.edu/whttp://blog.case.edu/webdev/2008/05/13/webserverebdev/2008/05/13/webserver">Case
Web server upgrade</a>, or you're just looking for a more secure protocol than FTP, you may have heard that it can be tricky to use on Windows XP or Vista. <a href="http://www.southrivertech.com/products/webdrive/index.html">WebDrive</a>, available to Case faculty, staff and students on the software center, simplifies the process. Those of you in the habit of using stand-alone clients like <a href="http://www.wsftp.com/">WS_FTP</a> for transferring files will find this a convenient and easy-to-use alternative. </p>
<p>If, like me, you develop sites on multiple servers, running different prototocols, you'll also be happy to know that WebDrive supports many of the more popular protocols including:</p>
<ul>
<li>FTP</li>
<li>WebDav</li>
<li>SFTP</li>
<li>GroupDrive<sup>&reg;</sup></li>
<li>FrontPage<sup>&reg;</sup></li>
<li>Amazon-S3<sup>&reg;</sup></li>
</ul>
<p>Where in the past I've been using WS_FTP for sites using FTP and <a href="http://winscp.net/eng/index.php">WinSCP</a> for sites using SFTP, I can now use WebDrive for both those and WebDAV, conveniently keeping all of my accounts in one place. </p>




<h5>Getting started with WebDrive</h5>
<p>Web maintainers at Case can download WebDrive from the<a href="http://software.case.edu"> software
center</a>. After downloading the program you will be e-mailed a registration code. Non-case users may <a href="http://www.webdrive.com/download/index.html">download
a trial copy of the program</a> from the manufacturer, <a href="http://www.webdrive.com/index.html">South
River Technologies</a>. After downloading the program simply double click on it to start the installation process and paste in the registration code you've been provided at the appropriate prompt. Once the program has been installed you can begin defining your site(s).</p>

<h5>Configuring sites on WebDrive</h5>
<p>Configuring sites on WebDrive is a simple process, similar to what you've done in the past to define sites on WS_FTP or Dreamweaver. The following steps will guide you through the process&mdash;as also shown in the animation below. </p>
<ol>
<li>Select WebDrive from the Windows program menu. </li>
<li>In the configuration box click on "new site" to begin using the site
wizard.</li>
<li>Type in the name of the site. This is purely for your reference, so name
it anything that aptly describes the site. Click Next.</li>
<li>From the scrolldown menu select the protocol you will be using for this
account. For the Case Web server this will be WebDAV, but for other accounts
you may use FTP, SFTP or whatever that server requires. Click Next.</li>
<li>Enter the url for your server. On the new Case server that will be: https://www.case.edu:8000/&lt;your
network id&gt;/&lt;your group's Aurora account name&gt;. (Don't type the
angle brackets, you want an address that looks something like https://www.case.edu:8000/xyz67/departmentx.) </li>
<li>Check the box marked &quot;Connect securely&quot; then click Next.</li>
<li>Choose a drive letter that you would like to assign to this account.
This will map the account to that drive so you should pick a letter that
is not already in use by your computer's other drives. Click Next.</li>
<li>Enter your account information. For Case users this is your Case user
ID and password, not the Web account name and password you have used in
the past. Click Next.</li>
<li>Check &quot;Connect to site now&quot; and click the Finish button.</li>
<li>A window will open showing all of the files on your site. </li>
<li>You may now edit those files directly, or open the directory in which
you store the local copy of your site to copy files back and forth. I would
recommend that you continue to edit locally, then drag the files to the
site when ready. </li>
</ol>



<div id="flashcontent">
<img alt="WebDrive Animation Demo" src="http://blog.case.edu/webdev/2008/05/16/webdrive1.jpg" width="441" height="331" /></div>

<script type="text/javascript">


var so = new SWFObject("http://blog.case.edu/webdev/2008/05/16/webdrive.swf", "sotester", "441", "331", "7", "#93a530");
so.addVariable("flashVarText", "this is passed in via FlashVars for example only");
so.addParam("scale", "noscale");
so.write("flashcontent");

</script>



<p>Once your site has been defined you may connect to again in the future by choosing it from the site list is WebDrive and clicking connect. To add additional sites simply repeat the process described above. <a href="http://wiki.case.edu/Www.case.edu#How_to_Access_Upgraded_Aurora_Server">Additional
information on connecting via WebDAV</a> is available on the Case Wiki. </p>


<h5>WebDAV programs and resources for Windows</h5>
<p>To learn more about using WebDAV with Windows XP or Vista, visit the following sites. </p>
<ul>
<li><a href="http://www.hss.caltech.edu/help/web/webdav/accessing/windowsxp">Accessing a shared (WebDAV) webfolder from Windows XP or 2000</a> </li>
<li><a href="http://www.windowsnetworking.com/articles_tutorials/WebDAV-IIS.html">Using WebDAV with IIS</a> </li>
<li><a href="http://testdrivesakai.com/portal/help/TOCDisplay/content.hlp?docId=araf">Uploading files to Resources using WebDAV with Windows XP or Vista</a>  </li>
<li><a href="http://www.mydocsonline.com/info_webfolders.html">Web Folders/WebDAV Support</a>  </li>
<li><a href="http://www.webdrive.com/docs/WebDrive%20Users%20Guide.pdf">WebDrive User's Guide</a>  </li>
</ul>

<p>In my next and final article on WebDAV I'll walk you through the procedures to connect using Dreamweaver.</p>




]]></content:encoded>
			<wfw:commentRss>http://www.heidicool.com/blog/2008/05/18/uploading-files-with-the-webdrive-webdav-client-for-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introduction to WebDAV</title>
		<link>http://www.heidicool.com/blog/2008/05/15/introduction-to-webdav/</link>
		<comments>http://www.heidicool.com/blog/2008/05/15/introduction-to-webdav/#comments</comments>
		<pubDate>Thu, 15 May 2008 08:22:31 +0000</pubDate>
		<dc:creator>Heidi Cool</dc:creator>
				<category><![CDATA[Heidi's Entries]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Webdav]]></category>

		<guid isPermaLink="false">http://www.heidicool.com/blog/?p=137</guid>
		<description><![CDATA[Here at Case Western Reserve University, we're about to upgrade our primary Web server. Part of this upgrade involves changing the way we upload content to the server. Where in the past we've been using FTP, beginning Monday, May 19, 2008, we'll be using WebDAV. WebDAV has been growing in popularity over the last few years and is now provided as an option by many Web hosting providers. Those of you using FTP on Case or other Web servers may wish to check with your network administrator or Web hosting provider to see if other protocols such as WebDAV are available.
]]></description>
			<content:encoded><![CDATA[<p class="photoright220"><img alt="Web Development Blog Files" src="http://blog.case.edu/webdev/2008/05/15/webdav1.jpg" width="220" height="348" />Using WebDAV, I can view the files here on the Web Development Blog. Note: It's not a good idea to use this to edit actual entries, but you can use this to add static .html files such as your "About Us" page.</p>
<p>Here at Case Western Reserve University, we're about to upgrade our primary Web server. Part of this upgrade involves changing the way we upload content to the server. Where in the past we've been using <a href="http://en.wikipedia.org/wiki/File_Transfer_Protocol">FTP</a>, beginning Monday, May 19, 2008, we'll be using WebDAV. WebDAV has been growing in popularity over the last few years and is now provided as an option by many Web hosting providers. Those of you using FTP on Case or other Web servers may wish to check with your network administrator or Web hosting provider to see if other protocols such as WebDAV are available.</p>

<h5>What is WebDAV?</h5>
<p>According to <a href="http://www.webdav.org/">WebDAV Resources</a>, "WebDAV stands for "Web-based Distributed Authoring and Versioning". It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers."</p>
<p>This sounds complicated, but for the typical user WebDAV simply provides a more efficient way of writing your content to a Web server. WebDAV is more secure than FTP, allows one to transfer multiple files in one connection, can lock files so that they can only be accessed by one person at a time and let's you view and access your files on your computer the way you would any regular drive. </p>


<p>If you've been using FTP, you've been editing local copies of your files on your computer then putting/uploading them to the server. If multiple users work on the site, you will get/download the latest version from the server before making additional edits and hope that you're not all editing the files at the same time. When you connect to your server using WebDAV you can look at your files the way you would look at any file directory. You can write to the server by dragging/copying from your local directory to the server directory, or you can edit the files on the server directly&mdash;just remember that you are editing live files; you may find it prudent to keep a prior version on your local computer in case you need to revert back to it. </p>

<h5>How do I connect to a site using WebDAV?</h5>
<p>Those of you using Macintosh or Linux computers have it easy. WebDAV is built into the operating system. To connect on a Macintosh simply:</p>
<ol>
<li>Go to the "Go" menu in the Finder</li>
<li>Select "Connect to Server"</li>
<li>Type or paste the address of your server. On the new Case server that will
be: https://www.case.edu:8000/&lt;your network id&gt;/&lt;your group's Aurora
account name&gt;. (Don't type the angle brackets, you want an address that looks
something like https://www.case.edu:8000/xyz67/departmentx)</li>
<li>Login at the prompt and save the password in your keychain</li>
</ol>
<p>At this point your server directory will open up as a folder on your computer and you can work with it as you would any other directory. The video below shows the process in action.</p>
<p>Case users with accounts on <a href="http://filer.case.edu">http://filer.case.edu</a> or <a href="http://blog.case.edu">http://blog.case.edu</a>
can also use WebDAV. To connect to filer using WebDAV use: https://filer.case.edu/dav/&lt;your
network id&gt;/. To connect to the Blog server use:
https://blog.case.edu/&lt;your blog name&gt;/.</p>
<p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="540" height="338" id="myFlashContent">
<param name="allowfullscreen" value="true" />	<param name="allowscriptaccess" value="always" />	<param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1016051&amp;server=www.vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=93a530&amp;fullscreen=1" />
<param name="wmode" value="opaque" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="http://www.vimeo.com/moogaloop.swf?clip_id=1016051&amp;server=www.vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=93a530&amp;fullscreen=1"  width="540" height="338">
<param name="wmode" value="opaque" />
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
</a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>

<br /><a href="http://www.vimeo.com/1016051?pg=embed&amp;sec=1016051">View at full size</a> on <a href="http://vimeo.com?pg=embed&amp;sec=1016051">Vimeo</a>.


</p>

<h5>Connecting via WebDAV on older Macintosh machines running OS 8 or 9</h5>
<p>If you've got an older Macintosh that you are still using in your Web development work, you can still connect via WebDAV using Goliath. Visit the <a href="http://www.webdav.org/goliath/">Goliath Web site</a> to download the software and read the FAQs and help files. Versions for OS X are also available.</p>

<h5>Connecting with WebDrive or Dreamweaver on Macintosh and Windows</h5>
<ul>
<li><a href="http://blog.case.edu/webdev/2008/05/18/webdrive.html">Uploading files with the WebDrive WebDAV client for Windows</a></li>
<li><a href="http://blog.case.edu/webdev/2008/05/18/dreamweaver">Uploading files with Dreamweaver (WebDAV)</a></li>
</ul>
<p>The ITS Web group has also provided <a href="http://wiki.case.edu/Www.case.edu#How_to_Access_Upgraded_Aurora_Server">detailed instructions</a> on the Case Wiki.</p>



<h5>WebDAV resources for those who want more technical details</h5>
<ul>
<li><a href="http://tldp.org/HOWTO/Apache-WebDAV-LDAP-HOWTO/">Apache based WebDAV Server with LDAP and SSL</a></li>
<li><a href="http://www.ics.uci.edu/~ejw/authoring/">IETF WEBDAV Working Group</a></li>
<li><a href="http://www.nait.org/jit/Articles/oshields012004.pdf">WebDAV: A Web-Writing Protocol and More</a></li>
<li><a href="http://www.webdav.org/">WebDAV Resources</a></li>
<li><a href="http://sourceforge.net/projects/dav/">WEB-DAV Linux File System(davfs)</a></li>
<li><a href="http://en.wikipedia.org/wiki/WebDAV">Wikipedia: WebDAV</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.heidicool.com/blog/2008/05/15/introduction-to-webdav/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Uploading files with Dreamweaver (FTP)</title>
		<link>http://www.heidicool.com/blog/2006/06/26/uploading-files-with-dreamweaver-ftp/</link>
		<comments>http://www.heidicool.com/blog/2006/06/26/uploading-files-with-dreamweaver-ftp/#comments</comments>
		<pubDate>Mon, 26 Jun 2006 19:30:33 +0000</pubDate>
		<dc:creator>Heidi Cool</dc:creator>
				<category><![CDATA[Ftp]]></category>
		<category><![CDATA[Heidi's Entries]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Webdav]]></category>

		<guid isPermaLink="false">http://www.heidicool.com/blog/?p=50</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><em><strong>Note to users of the main Case Web server (Aurora)</strong>: As of May 19, 2008 you will upload your files via WebDAV instead of FTP. <a href="http://blog.case.edu/webdev/2008/05/13/webserver.html">Learn more about the transition to WebDAV</a>. </em> </p>

<p>Once you've <a href="http://blog.case.edu/webdev/2005/07/01/so_you_want_to_build_a_website">planned your site</a> and <a href="http://blog.case.edu/webdev/2006/06/20/web_file_organization_and_naming_conventions">organized your files</a>, it is time to start building and uploading your pages. If your site is hosted on Case's main Web server you will do this via FTP (<a href="http://en.wikipedia.org/wiki/Ftp">File
Transfer Protocol</a>). There are a variety of good inexpensive FTP programs* available, but if you are using Dreamweaver&mdash;provided through the software center as part of Macromedia Studio&mdash;you can simply use its built-in FTP functionality. </p>

<p><strong>Note:</strong> If your site is hosted on a different server, you may be required to transfer files using a different protocol such as WebDav or Secure FTP (SFTP). Check with your administrator for details.</p>

<h5>Step One: Define your site</h5>
<p class="photoright"><a href="http://blog.case.edu/webdev/2006/06/26/define.jpg"><img alt="definesm.jpg" src="http://blog.case.edu/webdev/2006/06/26/definesm.jpg" width="240" height="236" /></a><br />Click on image to enlarge
</p>
<p>I recommend doing this when you first start working on your site. In doing so you will provide key information to Dreamweaver that will allow it to better manage your links and other information.</p>
<ol>
<li>Under Dreamweaver's site menu, choose "Manage sites." </li>
<li>Click the "New" button and select "site" from the drop down menu. This will open
the dialogue box pictured on the right of this page.</li>
<li>Making sure you have the "advanced" tab selected, enter a name in the "Site name"
box. This can be any name of your choosing.</li>
<li>In the "Local root folder" box navigate to the folder on your local computer
or network where you are storing your files for this Web site.</li>
<li>Check "refresh local file list automatically.</li>
<li>In the "Default images folder" box box navigate to the folder within your site
folder where you are storing your main images. (Note: You do not have to keep all
images in this folder)</li>
<li>In the "HTTP: address" box type in the url for your site, such as <a href="http://www.case.edu/community/">http://www.case.edu/community/</a>.</li>
<li> Check the "enable cache" box.</li>
<li>Your site has now been defined, but don't click OK just yet! </li>
</ol>

<h5>Step Two: Define your remote server connection</h5>
<p class="photoright"><a href="http://blog.case.edu/webdev/2006/06/26/remote.jpg"><img alt="remotesm.jpg" src="http://blog.case.edu/webdev/2006/06/26/remotesm.jpg" width="240" height="236" /></a><br />Click on image to enlarge
</p>
<p>This step tells Dreamweaver what protocol to use, the location of your server, and your login and password information.</p>
<ol>
<li>On the left side of the dialogue box select "remote info." This will bring up
a different dialogue box.</li>


<li>In the "Access" box scroll down and select "FTP."</li>
<li>In the "FTP host" box type: wwwftp.case.edu.</li>
<li>Leave the "Host Directory" blank unless you are maintaining multiple sites
within the same account. </li>
<li>In the "login" box type the account name that was assigned to you for this Web
account.</li>
<li>In the "password" box type the password that was assigned to you for this Web
account. Click the "Save password" box.</li>
<li>Leaving all the other boxes unchecked, you are now ready to click "OK."</li>
<li>This will return you to the first dialogue box. Click Done. When this box is
closed the "files" panel will automatically open on either the left or right of
your open file. </li>
</ol>


<h5>Uploading ("putting") files to the Web server</h5>
<p class="photoright"><img alt="filesmenu.jpg" src="http://blog.case.edu/webdev/2006/06/26/filesmenu.jpg" width="240" height="413" />
</p>
<ol>
<li>With the files panel open and set to local view, click the blue button that
looks like an electrical plug connecting to an extension cord. This will open
your connection to your remote Web server.</li>
<li>Select files and folders you would like to upload and push the "Put file(s)" button which is identified as an upward pointing blue arrow. </li>
<li>In the drop down menu where it says "Local view," switch to "Remote view" to verify that your files have been uploaded.</li>
<li>In your Web browser go to your site to ensure that everything looks right.</li>
<li>Note: If you would like to view local and remote files at the same time, simply click the expand collapse button to the far right of the other buttons in the panel screen. It has a blue and green bar on the top and a small right pointing arrow.</li>
</ol>

<h5>Downloading ("getting") files from the Web server</h5>
<ol>
<li>Downloading is very similar to uploading. With your connection already open, switch from "local view" to "remote view."</li>
<li>Select files and folders you would like to download and push the "Get file(s)" button which is identified as a downward pointing green arrow. </li>
</ol>

<p>Once you've defined your site, the process is pretty easy. Just upload or download files using the up and down arrows, and you're all set!</p>

<h5>*Other popular FTP and related programs</h5>
<p>I have used each of the following with good results. If you would like to consider more options, <a href="http://www.tucows.com/search?search_terms=ftp&amp;search_scope=*&amp;search_adv=0&amp;search_size=&amp;search_size_multi=b">Tucows
lists a variety of FTP</a> and related programs that are available either as Freeware or Shareware.</p>
<ul>
<li><a href="http://www.fetchsoftworks.com/">Fetch</a> (Macintosh FTP client)</li>
<li><a href="http://rsug.itd.umich.edu/software/fugu/">Fugu</a> (Macintosh SFTP, SCP and SSH client)</li>
<li><a href="http://www.panic.com/transmit/">Transmit 3</a> (Macintosh SFTP and FTP client)</li>
<li><a href="http://winscp.net/eng/index.php">WinSCP</a> (Windows SFTP/SCP client)</li>
<li><a href="http://www.ipswitch.com/products/ws_ftp/">WS_FTP</a> (Windows FTP client)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.heidicool.com/blog/2006/06/26/uploading-files-with-dreamweaver-ftp/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

