<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Regarding moving files from FTP site to some other folder in All Things Unix</title>
<link>http://www.dslreports.com/forum/r21451165</link>
<description></description>
<language>en</language>
<pubDate>Sat, 28 Nov 2009 10:55:57 EDT</pubDate>
<lastBuildDate>Sat, 28 Nov 2009 10:55:57 EDT</lastBuildDate>

<item>
<title>Re: Regarding moving files from FTP site to some other folder</title>
<link>http://www.dslreports.com/forum/remark,21459689</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : You must install ncftp.  I have no idea what variant of UNIX you are using so I cannot comment with any specific instructions.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21459689</guid>
<pubDate>Thu, 20 Nov 2008 19:36:31 EDT</pubDate>
</item>

<item>
<title>Re: Regarding moving files from FTP site to some other folder</title>
<link>http://www.dslreports.com/forum/remark,21459254</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : Hi,<br>  While executing the above script, I am getting a warning " ncftpget: not found".Does any inputs on this?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21459254</guid>
<pubDate>Thu, 20 Nov 2008 18:12:24 EDT</pubDate>
</item>

<item>
<title>Re: Regarding moving files from FTP site to some other folder</title>
<link>http://www.dslreports.com/forum/remark,21453080</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : Thanks a lot Friends!!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21453080</guid>
<pubDate>Wed, 19 Nov 2008 16:50:45 EDT</pubDate>
</item>

<item>
<title>Re: Regarding moving files from FTP site to some other folder</title>
<link>http://www.dslreports.com/forum/remark,21452654</link>
<description><![CDATA[<A HREF="/useremail/u/715380"><b>Maxo</b></A> : Another tool that may be useful if these file come in at somewhat predictable intervals is cron.  You can take the Sir Meowmix III's script and save it as a simple text file with a .sh extension and then have cron run this at the intervals.<br>cron is a scheduler that runs a certain command at a given interval.  Type the following in a command line to learn more:<br>man cron<br>man crontab<br>Or read those files at &raquo;<A HREF="http://manpages.ubuntu.com/manpages/intrepid/en/man8/cron.html" >manpages.ubuntu.com/manpages/int&middot;&middot;&middot;ron.html</A> and &raquo;<A HREF="http://manpages.ubuntu.com/manpages/intrepid/en/man5/crontab.html" >manpages.ubuntu.com/manpages/int&middot;&middot;&middot;tab.html</A>  These are Ubuntu's man pages, your version of Unix may have different info, but the overall usage should be similar or identical so Ubuntu's man pages are probably valid for your distro to.<br><small>--<br>"Padre, nobody said war was fun now bowl!" - Sherman T Potter<br><br>&raquo;<A HREF="http://www.cafepress.com/maxolasersquad" >www.cafepress.com/maxolasersquad</A><br><br>&raquo;<A HREF="http://maxolasersquad.com/" >maxolasersquad.com/</A><br><br>&raquo;<A HREF="http://maxolasersquad.com/network/" >maxolasersquad.com/network/</A> My DSL Network Guide<br><br>&raquo;<A HREF="http://myspace.com/mlsquad" >myspace.com/mlsquad</A></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21452654</guid>
<pubDate>Wed, 19 Nov 2008 15:30:27 EDT</pubDate>
</item>

<item>
<title>Re: Regarding moving files from FTP site to some other folder</title>
<link>http://www.dslreports.com/forum/remark,21451485</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : <textarea name="code" class="text" cols=50 rows=10>mv -f /tmp/`date +A_%y%m%d_%H%M%S` 'Product &amp; Person' &#012;</textarea><!--end code block--><br>Should read as:<br><br><textarea name="code" class="text" cols=50 rows=10>mv -f /tmp/`date +A_%y%m%d_%H%M%S` '/tmp/Product &amp; Person' &#012;</textarea><!--end code block-->]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21451485</guid>
<pubDate>Wed, 19 Nov 2008 11:49:04 EDT</pubDate>
</item>

<item>
<title>Re: Regarding moving files from FTP site to some other folder</title>
<link>http://www.dslreports.com/forum/remark,21451463</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : Look at using ncftpget and ncftpput<br><br><textarea name="code" class="text" cols=50 rows=10>ncftpget ftp.mysite2.com /tmp `date +A_%y%m%d_%H%M%S`&#012;mv -f /tmp/`date +A_%y%m%d_%H%M%S` 'Product &amp; Person'&#012;ncftpput ftp.mysite2.com /path/to/upload '/tmp/Product &amp; Person'&#012;</textarea><!--end code block-->]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21451463</guid>
<pubDate>Wed, 19 Nov 2008 11:46:34 EDT</pubDate>
</item>

<item>
<title>Regarding moving files from FTP site to some other folder</title>
<link>http://www.dslreports.com/forum/remark,21451165</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : Hi,<br>  I am new into Unix and I have 2 files A & B coming into my FTP site on 2nd day of all months.<br>The files are in the format<br>                      A_YYMMDD_HHMISS          Ex: A_081102_180708 <br><br>           I need to rename  the filenames to Product & Person and push to some other machine.Also the files won't be deleted after moving from FTP site.So all files will be accumulated in the same folder of FTP site.Can anyone help me in doing the Korn shell script for the same?<br><br>Thanks a lot,<br>  Poornima]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21451165</guid>
<pubDate>Wed, 19 Nov 2008 10:52:34 EDT</pubDate>
</item>

</channel>
</rss>
