Hannan,<br><br>It&#39;s best to make a custom feed using Views (I&#39;m almost certain you can do that with Views 1 for Drupal 5).<br><br>The core feed created by Drupal requires &quot;published&quot; set to &quot;on&quot; (probably not a problem) and &quot;promote to front&quot; set to &quot;on&quot; =&gt; which could very much be a problem if nodes you want to migrate are not promoted to front. The feed URL for this core-created feed, I believe, is: <a href="http://example.com/rss.xml">example.com/rss.xml</a><br>
<br>Creating a feed with Views you can set any parameters you want for which nodes to grab.<br><br>I should also note that all this becomes even harder if you have custom fields created with CCK. If you don&#39;t, it&#39;s a lot easier.<br>
<br>Shai<br><br><div class="gmail_quote">On Tue, Apr 10, 2012 at 12:09 PM, Jessica Hannan - Halo Digital Design <span dir="ltr">&lt;<a href="mailto:Jessica@halodigitaldesign.com">Jessica@halodigitaldesign.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I&#39;m under the gun to get these nodes into the new site, so I&#39;m probably not reading everything correctly, but what is my Feed&#39;s URL (on the D5 site). I can&#39;t figure out where to find that.<br>

<br>
Thanks!<br>
<br>
Jessica Hannan<br>
<a href="tel:815-545-5541" value="+18155455541">815-545-5541</a><br>
<a href="http://www.HaloDigitalDesign.com" target="_blank">http://www.HaloDigitalDesign.com</a><br>
Join us on Facebook!!<br>
<a href="http://www.facebook.com/halodigitaldesign" target="_blank">http://www.facebook.com/halodigitaldesign</a><br>
<br>
<br>
<br>
<br>
<br>
On Apr 10, 2012, at 1:33 AM, <a href="mailto:support-request@drupal.org">support-request@drupal.org</a> wrote:<br>
<br>
&gt; Send support mailing list submissions to<br>
&gt;       <a href="mailto:support@drupal.org">support@drupal.org</a><br>
&gt;<br>
&gt; To subscribe or unsubscribe via the World Wide Web, visit<br>
&gt;       <a href="http://lists.drupal.org/mailman/listinfo/support" target="_blank">http://lists.drupal.org/mailman/listinfo/support</a><br>
&gt; or, via email, send a message with subject or body &#39;help&#39; to<br>
&gt;       <a href="mailto:support-request@drupal.org">support-request@drupal.org</a><br>
&gt;<br>
&gt; You can reach the person managing the list at<br>
&gt;       <a href="mailto:support-owner@drupal.org">support-owner@drupal.org</a><br>
&gt;<br>
&gt; When replying, please edit your Subject line so it is more specific<br>
&gt; than &quot;Re: Contents of support digest...&quot;<br>
&gt;<br>
&gt;<br>
&gt; Today&#39;s Topics:<br>
&gt;<br>
&gt;   1. Trouble with Relative Times and Filtering a View (Shai Gluskin)<br>
&gt;   2. Re: Trouble with Relative Times and Filtering a View (Linda Romey)<br>
&gt;   3. Importing ONLY nodes from D5 into D7 - Errors!!!<br>
&gt;      (Jessica Hannan - Halo Digital Design)<br>
&gt;   4. Re: Trouble with Relative Times and Filtering a View<br>
&gt;      (Shai Gluskin)<br>
&gt;   5. Re: Importing ONLY nodes from D5 into D7 - Errors!!!<br>
&gt;      (Shai Gluskin)<br>
&gt;   6. Re: Uploading &amp; Downloading Files via FTP<br>
&gt;      (<a href="mailto:damilarefagbemi@gmail.com">damilarefagbemi@gmail.com</a>)<br>
&gt;<br>
&gt;<br>
&gt; ----------------------------------------------------------------------<br>
&gt;<br>
&gt; Message: 1<br>
&gt; Date: Mon, 9 Apr 2012 16:13:41 -0700<br>
&gt; From: Shai Gluskin &lt;<a href="mailto:shai@content2zero.com">shai@content2zero.com</a>&gt;<br>
&gt; Subject: [support] Trouble with Relative Times and Filtering a View<br>
&gt; To: <a href="mailto:support@drupal.org">support@drupal.org</a><br>
&gt; Message-ID:<br>
&gt;       &lt;CAADUgB2kdp9AEqW1W+rabfpynqZ8nEsr9A=<a href="mailto:8MnskrddT_3vqaQ@mail.gmail.com">8MnskrddT_3vqaQ@mail.gmail.com</a>&gt;<br>
&gt; Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
&gt;<br>
&gt; Client needs content published to a feed automatically, once every 24 hours<br>
&gt; at a particular time. The content has already been created for all future<br>
&gt; posts.<br>
&gt;<br>
&gt; I set it up as follows:<br>
&gt;<br>
&gt; Content:<br>
&gt;<br>
&gt; Item A: Post date set to 4/9 6 PM<br>
&gt; Item B: Post date set to 4/10 6 PM<br>
&gt; Item C: Post date set to 4/11 6 PM<br>
&gt; Item D: Post date set to 4/12 6 PM<br>
&gt;<br>
&gt; I&#39;ve created the feed in a View.<br>
&gt;<br>
&gt; Number of items to display is: 1<br>
&gt; Sort is ascending on Post date.<br>
&gt; Filter is set to: Post date is greater than now - 24 hours.<br>
&gt;<br>
&gt; This does not work. With this configuration Item A only gets onto the feed<br>
&gt; at 10:01 PM on 4/9.<br>
&gt;<br>
&gt; It seems to work right if I set the filter to: Post date is greater than<br>
&gt; &quot;now - 20 hours.&quot;<br>
&gt;<br>
&gt; Clearly this must have something to do with the fact that the site is in<br>
&gt; &quot;EDT&quot; which is UTC - 400. The site uses Drupal 6.25 with Date 2.8. The site<br>
&gt; time zone is set to &quot;America/New York&quot; and &quot;user configurable times zones&quot;<br>
&gt; are &quot;disabled.&quot;<br>
&gt;<br>
&gt; Though I seem to have it working, I&#39;m still confused. Can  anyone explain?<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Shai<br>
&gt; -------------- next part --------------<br>
&gt; An HTML attachment was scrubbed...<br>
&gt; URL: <a href="http://lists.drupal.org/pipermail/support/attachments/20120409/485cb59b/attachment-0001.html" target="_blank">http://lists.drupal.org/pipermail/support/attachments/20120409/485cb59b/attachment-0001.html</a><br>

&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; Message: 2<br>
&gt; Date: Mon, 9 Apr 2012 19:30:04 -0400<br>
&gt; From: Linda Romey &lt;<a href="mailto:lromey@gmail.com">lromey@gmail.com</a>&gt;<br>
&gt; Subject: Re: [support] Trouble with Relative Times and Filtering a<br>
&gt;       View<br>
&gt; To: <a href="mailto:support@drupal.org">support@drupal.org</a><br>
&gt; Message-ID:<br>
&gt;       &lt;CAFqhcmLfNziT1+ZCQpx75bVntPL4YTWbCEMBdQPDo=<a href="mailto:fpa7O0Ag@mail.gmail.com">fpa7O0Ag@mail.gmail.com</a>&gt;<br>
&gt; Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
&gt;<br>
&gt; Why do you have it filtered? Whatever now is, it will be 24 hours<br>
&gt; difference. If you set the post time when you create the content (I assume<br>
&gt; that&#39;s what you mean), you don&#39;t need the filter do you? The content will<br>
&gt; post when it hits the time you set.<br>
&gt;<br>
&gt; On Mon, Apr 9, 2012 at 7:13 PM, Shai Gluskin &lt;<a href="mailto:shai@content2zero.com">shai@content2zero.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Client needs content published to a feed automatically, once every 24<br>
&gt;&gt; hours at a particular time. The content has already been created for all<br>
&gt;&gt; future posts.<br>
&gt;&gt;<br>
&gt;&gt; I set it up as follows:<br>
&gt;&gt;<br>
&gt;&gt; Content:<br>
&gt;&gt;<br>
&gt;&gt; Item A: Post date set to 4/9 6 PM<br>
&gt;&gt; Item B: Post date set to 4/10 6 PM<br>
&gt;&gt; Item C: Post date set to 4/11 6 PM<br>
&gt;&gt; Item D: Post date set to 4/12 6 PM<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ve created the feed in a View.<br>
&gt;&gt;<br>
&gt;&gt; Number of items to display is: 1<br>
&gt;&gt; Sort is ascending on Post date.<br>
&gt;&gt; Filter is set to: Post date is greater than now - 24 hours.<br>
&gt;&gt;<br>
&gt;&gt; This does not work. With this configuration Item A only gets onto the feed<br>
&gt;&gt; at 10:01 PM on 4/9.<br>
&gt;&gt;<br>
&gt;&gt; It seems to work right if I set the filter to: Post date is greater than<br>
&gt;&gt; &quot;now - 20 hours.&quot;<br>
&gt;&gt;<br>
&gt;&gt; Clearly this must have something to do with the fact that the site is in<br>
&gt;&gt; &quot;EDT&quot; which is UTC - 400. The site uses Drupal 6.25 with Date 2.8. The site<br>
&gt;&gt; time zone is set to &quot;America/New York&quot; and &quot;user configurable times zones&quot;<br>
&gt;&gt; are &quot;disabled.&quot;<br>
&gt;&gt;<br>
&gt;&gt; Though I seem to have it working, I&#39;m still confused. Can  anyone explain?<br>
&gt;&gt;<br>
&gt;&gt; Thanks,<br>
&gt;&gt;<br>
&gt;&gt; Shai<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;&gt;<br>
&gt; -------------- next part --------------<br>
&gt; An HTML attachment was scrubbed...<br>
&gt; URL: <a href="http://lists.drupal.org/pipermail/support/attachments/20120409/2441b5ea/attachment-0001.html" target="_blank">http://lists.drupal.org/pipermail/support/attachments/20120409/2441b5ea/attachment-0001.html</a><br>

&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; Message: 3<br>
&gt; Date: Mon, 9 Apr 2012 19:51:27 -0500<br>
&gt; From: Jessica Hannan - Halo Digital Design<br>
&gt;       &lt;Jessica@HaloDigitalDesign.com&gt;<br>
&gt; Subject: [support] Importing ONLY nodes from D5 into D7 - Errors!!!<br>
&gt; To: <a href="mailto:support@drupal.org">support@drupal.org</a><br>
&gt; Message-ID:<br>
&gt;       &lt;6AD50836-AEE0-4ED6-A0F9-4F8CF10086E0@HaloDigitalDesign.com&gt;<br>
&gt; Content-Type: text/plain; charset=us-ascii<br>
&gt;<br>
&gt; I have a client that wanted to upgrade from D% to D7. Fortunately, they were ok with starting all over... but now that the website is ready, I need to move the nodes in.<br>
&gt;<br>
&gt; I exported the nodes into a sql file, imported them into the new database and although they show up in the new database, when I go back to the new website, it&#39;s giving me  the following error.<br>
&gt;<br>
&gt; &quot;PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column &#39;language&#39; in &#39;where clause&#39;...<br>
&gt;<br>
&gt; There is no column titled &quot;language&quot; in the nodes. I don&#39;t have a language or translation module loaded.<br>
&gt;<br>
&gt; I rolled the database back to get the website functional again, but I&#39;d like to try to make this work as there are 207 nodes that I&#39;d rather not add by hand!!<br>
&gt;<br>
&gt; Thanks!<br>
&gt;<br>
&gt; Jessica Hannan<br>
&gt; <a href="tel:815-545-5541" value="+18155455541">815-545-5541</a><br>
&gt; <a href="http://www.HaloDigitalDesign.com" target="_blank">http://www.HaloDigitalDesign.com</a><br>
&gt; Join us on Facebook!!<br>
&gt; <a href="http://www.facebook.com/halodigitaldesign" target="_blank">http://www.facebook.com/halodigitaldesign</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; Message: 4<br>
&gt; Date: Mon, 9 Apr 2012 18:41:43 -0700<br>
&gt; From: Shai Gluskin &lt;<a href="mailto:shai@content2zero.com">shai@content2zero.com</a>&gt;<br>
&gt; Subject: Re: [support] Trouble with Relative Times and Filtering a<br>
&gt;       View<br>
&gt; To: <a href="mailto:support@drupal.org">support@drupal.org</a><br>
&gt; Message-ID:<br>
&gt;       &lt;CAADUgB2Bo091y=<a href="mailto:zWQ7%2BPLvX7ZqeDpgr%2BWXw8tHkg5rX9uAU8RA@mail.gmail.com">zWQ7+PLvX7ZqeDpgr+WXw8tHkg5rX9uAU8RA@mail.gmail.com</a>&gt;<br>
&gt; Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
&gt;<br>
&gt; @Linda wrote:<br>
&gt;<br>
&gt; If you set the post time when you create the content (I assume that&#39;s what<br>
&gt;&gt; you mean), you don&#39;t need the filter do you? The content will post when it<br>
&gt;&gt; hits the time you set.<br>
&gt;&gt;<br>
&gt;<br>
&gt; No, that isn&#39;t how it works. The &quot;post date&quot; has NO control over content<br>
&gt; access; it is the &quot;published&quot; toggle in &quot;publishing options&quot; that controls<br>
&gt; whether something is &quot;published.&quot;<br>
&gt;<br>
&gt; In my example, all of the content is being added to the site *in advance*.<br>
&gt; All of the nodes are &quot;published&quot; when they are added, even though they&#39;ll<br>
&gt; have &quot;post date&quot; dates way into the future. The site owners know that<br>
&gt; content, being published, will be accessible via Google, etc. even before<br>
&gt; the show up in the RSS. They don&#39;t care. They have a MailChimp RSS to Email<br>
&gt; feed and it is important that a new article goes out every day. That&#39;s all.<br>
&gt;<br>
&gt; So I *must* do some kind of filter based on &quot;now.&quot; As an experiment, I<br>
&gt; tried something which may be simpler, select content with &quot;Post Date less<br>
&gt; than now&quot; and sort Desc. This also did not switch to the new article at<br>
&gt; 6PM. But rather at 9 PM.  For this to work I need to filter on Select<br>
&gt; content with Post date less than now + 3 hours.<br>
&gt;<br>
&gt; I think what is going on is that &quot;Now&quot; is the server time (my server is in<br>
&gt; LA) and the Post date is in Eastern time.<br>
&gt;<br>
&gt; Shai<br>
&gt;<br>
&gt; On Mon, Apr 9, 2012 at 4:30 PM, Linda Romey &lt;<a href="mailto:lromey@gmail.com">lromey@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Why do you have it filtered? Whatever now is, it will be 24 hours<br>
&gt;&gt; difference. If you set the post time when you create the content (I assume<br>
&gt;&gt; that&#39;s what you mean), you don&#39;t need the filter do you? The content will<br>
&gt;&gt; post when it hits the time you set.<br>
&gt;&gt;<br>
&gt;&gt; On Mon, Apr 9, 2012 at 7:13 PM, Shai Gluskin &lt;<a href="mailto:shai@content2zero.com">shai@content2zero.com</a>&gt;wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Client needs content published to a feed automatically, once every 24<br>
&gt;&gt;&gt; hours at a particular time. The content has already been created for all<br>
&gt;&gt;&gt; future posts.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I set it up as follows:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Content:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Item A: Post date set to 4/9 6 PM<br>
&gt;&gt;&gt; Item B: Post date set to 4/10 6 PM<br>
&gt;&gt;&gt; Item C: Post date set to 4/11 6 PM<br>
&gt;&gt;&gt; Item D: Post date set to 4/12 6 PM<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I&#39;ve created the feed in a View.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Number of items to display is: 1<br>
&gt;&gt;&gt; Sort is ascending on Post date.<br>
&gt;&gt;&gt; Filter is set to: Post date is greater than now - 24 hours.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; This does not work. With this configuration Item A only gets onto the<br>
&gt;&gt;&gt; feed at 10:01 PM on 4/9.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; It seems to work right if I set the filter to: Post date is greater than<br>
&gt;&gt;&gt; &quot;now - 20 hours.&quot;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Clearly this must have something to do with the fact that the site is in<br>
&gt;&gt;&gt; &quot;EDT&quot; which is UTC - 400. The site uses Drupal 6.25 with Date 2.8. The site<br>
&gt;&gt;&gt; time zone is set to &quot;America/New York&quot; and &quot;user configurable times zones&quot;<br>
&gt;&gt;&gt; are &quot;disabled.&quot;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Though I seem to have it working, I&#39;m still confused. Can  anyone explain?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Shai<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;&gt;<br>
&gt; -------------- next part --------------<br>
&gt; An HTML attachment was scrubbed...<br>
&gt; URL: <a href="http://lists.drupal.org/pipermail/support/attachments/20120409/ee84b547/attachment-0001.html" target="_blank">http://lists.drupal.org/pipermail/support/attachments/20120409/ee84b547/attachment-0001.html</a><br>

&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; Message: 5<br>
&gt; Date: Mon, 9 Apr 2012 21:55:24 -0400<br>
&gt; From: Shai Gluskin &lt;<a href="mailto:shai@content2zero.com">shai@content2zero.com</a>&gt;<br>
&gt; Subject: Re: [support] Importing ONLY nodes from D5 into D7 -<br>
&gt;       Errors!!!<br>
&gt; To: <a href="mailto:support@drupal.org">support@drupal.org</a><br>
&gt; Message-ID: &lt;<a href="mailto:801967FA-E624-45C9-8304-310F7B95FFBA@content2zero.com">801967FA-E624-45C9-8304-310F7B95FFBA@content2zero.com</a>&gt;<br>
&gt; Content-Type: text/plain; charset=us-ascii<br>
&gt;<br>
&gt; Jessica and all,<br>
&gt;<br>
&gt; On the D5 site set up an RSS feed which aggregates the nodes you want to export from the old site. Now on the Drupal 7 site, use the Feeds module to import the nodes. Both sites have to be up and running separately for this to work.<br>

&gt;<br>
&gt; There is a bit of a learning curve on the Feeds module, but it is a good way to go for your use-case.<br>
&gt;<br>
&gt; Shai<br>
&gt;<br>
&gt; On Apr 9, 2012, at 8:51 PM EDT, Jessica Hannan - Halo Digital Design wrote:<br>
&gt;<br>
&gt;&gt; I have a client that wanted to upgrade from D% to D7. Fortunately, they were ok with starting all over... but now that the website is ready, I need to move the nodes in.<br>
&gt;&gt;<br>
&gt;&gt; I exported the nodes into a sql file, imported them into the new database and although they show up in the new database, when I go back to the new website, it&#39;s giving me  the following error.<br>
&gt;&gt;<br>
&gt;&gt; &quot;PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column &#39;language&#39; in &#39;where clause&#39;...<br>
&gt;&gt;<br>
&gt;&gt; There is no column titled &quot;language&quot; in the nodes. I don&#39;t have a language or translation module loaded.<br>
&gt;&gt;<br>
&gt;&gt; I rolled the database back to get the website functional again, but I&#39;d like to try to make this work as there are 207 nodes that I&#39;d rather not add by hand!!<br>
&gt;&gt;<br>
&gt;&gt; Thanks!<br>
&gt;&gt;<br>
&gt;&gt; Jessica Hannan<br>
&gt;&gt; <a href="tel:815-545-5541" value="+18155455541">815-545-5541</a><br>
&gt;&gt; <a href="http://www.HaloDigitalDesign.com" target="_blank">http://www.HaloDigitalDesign.com</a><br>
&gt;&gt; Join us on Facebook!!<br>
&gt;&gt; <a href="http://www.facebook.com/halodigitaldesign" target="_blank">http://www.facebook.com/halodigitaldesign</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; Message: 6<br>
&gt; Date: Tue, 10 Apr 2012 06:33:45 +0000<br>
&gt; From: <a href="mailto:damilarefagbemi@gmail.com">damilarefagbemi@gmail.com</a><br>
&gt; Subject: Re: [support] Uploading &amp; Downloading Files via FTP<br>
&gt; To: <a href="mailto:support@drupal.org">support@drupal.org</a>,<a href="mailto:eboyd53sf@gmail.com">eboyd53sf@gmail.com</a><br>
&gt; Message-ID:<br>
&gt;       &lt;1563169286-1334039627-cardhu_decombobulator_blackberry.rim.net-190296522-@b27.c14.bise7.blackberry&gt;<br>
&gt;<br>
&gt; Content-Type: text/plain<br>
&gt;<br>
&gt; Thanks for the response Earnie.<br>
&gt; I have already implemented what you suggested and it works very well.<br>
&gt;<br>
&gt; However, my client wishes to utilize ftp for the purpose of uploading an downloading large files.<br>
&gt;<br>
&gt; How can I integrate ftp uploads and downloads into a drupal site?<br>
&gt;<br>
&gt; Dammy<br>
&gt; ------Original Message------<br>
&gt; From: Earnie Boyd<br>
&gt; Sender: <a href="mailto:eboyd53sf@gmail.com">eboyd53sf@gmail.com</a><br>
&gt; To: <a href="mailto:support@drupal.org">support@drupal.org</a><br>
&gt; To: Damilare Fagbemi<br>
&gt; Subject: Re: [support] Uploading &amp; Downloading Files via FTP<br>
&gt; Sent: Apr 9, 2012 12:47<br>
&gt;<br>
&gt; On Sun, Apr 8, 2012 at 11:41 AM,  &lt;<a href="mailto:damilarefagbemi@gmail.com">damilarefagbemi@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Hello Guys,<br>
&gt;&gt;<br>
&gt;&gt; I am developing a Drupal powered website for a client and they have requested ftp capabilities for certain document uploads and downloads.<br>
&gt;&gt;<br>
&gt;&gt; Is this possible in Drupal? If yes, how can I go about it?<br>
&gt;<br>
&gt; The ability to upload files is a core built-in module.  There may be<br>
&gt; other modules to help manage the uploaded files; see<br>
&gt; <a href="http://drupal.org/project/modules" target="_blank">drupal.org/project/modules</a> and search for upload.  You may want to<br>
&gt; create a content type that contains a field (assuming you&#39;re using D7)<br>
&gt; that allows for uploading the file and associate it to a node that<br>
&gt; gives a description of the file.<br>
&gt;<br>
&gt; --<br>
&gt; Earnie<br>
&gt; -- <a href="https://sites.google.com/site/earnieboyd" target="_blank">https://sites.google.com/site/earnieboyd</a><br>
&gt;<br>
&gt;<br>
&gt; Sent from my BlackBerry wireless device from MTN<br>
&gt;<br>
&gt; ------------------------------<br>
<span class="HOEnZb"><font color="#888888">&gt;<br>
&gt; --<br>
&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;<br>
&gt; End of support Digest, Vol 112, Issue 11<br>
&gt; ****************************************<br>
<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</font></span></blockquote></div><br>