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

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>File Transfer Planet Forums &#187; Forum: General Discussions - Recent Topics</title>
<link>http://www.filetransferplanet.com/forums/</link>
<description>your guide to the world of File Transfer.. and beyond!</description>
<language>en</language>
<pubDate>Wed, 08 Feb 2012 19:26:49 +0000</pubDate>

<item>
<title>JGUser on "mget in a BAT file"</title>
<link>http://www.filetransferplanet.com/forums/topic/mget-in-a-bat-file#post-1386</link>
<pubDate>Thu, 02 Feb 2012 10:36:49 +0000</pubDate>
<dc:creator>JGUser</dc:creator>
<guid isPermaLink="false">1386@http://www.filetransferplanet.com/forums/</guid>
<description>&#60;p&#62;I am connecting to an FTP site using a batch file to download files.&#60;br /&#62;
I have done this before with other sites without a problem, but when I use the batch file on this site it doesn’t download the files. There isn’t an error it just continues.&#60;br /&#62;
When I type the same commands in a command prompt manually the files download correctly.&#60;br /&#62;
Any clue to why this might be happening?&#60;/p&#62;
&#60;p&#62;Below are the commands I’m using.&#60;/p&#62;
&#60;p&#62;First file:&#60;br /&#62;
ftp –s:filename.bat ftpsite.com&#60;/p&#62;
&#60;p&#62;Second file (filename.bat)&#60;br /&#62;
UserName&#60;br /&#62;
Password&#60;br /&#62;
cd to download directory&#60;br /&#62;
cd to sub directory&#60;br /&#62;
cd to sub directory&#60;br /&#62;
prompt n&#60;br /&#62;
mget *.*&#60;br /&#62;
bye&#60;/p&#62;
&#60;p&#62;Thanks for any help!
&#60;/p&#62;</description>
</item>
<item>
<title>Shane on "What template is this?"</title>
<link>http://www.filetransferplanet.com/forums/topic/what-template-is-this#post-1308</link>
<pubDate>Wed, 28 Dec 2011 03:03:03 +0000</pubDate>
<dc:creator>Shane</dc:creator>
<guid isPermaLink="false">1308@http://www.filetransferplanet.com/forums/</guid>
<description>&#60;p&#62;Greetings,&#60;/p&#62;
&#60;p&#62;I like the WordPress theme that this forum is using. Does anyone know the name of it?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Shane.
&#60;/p&#62;</description>
</item>
<item>
<title>Harold on "Tips for brochure designing"</title>
<link>http://www.filetransferplanet.com/forums/topic/tips-for-brochure-designing#post-427</link>
<pubDate>Sat, 06 Mar 2010 02:36:42 +0000</pubDate>
<dc:creator>Harold</dc:creator>
<guid isPermaLink="false">427@http://www.filetransferplanet.com/forums/</guid>
<description>&#60;p&#62;Many of us don’t pay much attention to the design of brochures.  In fact, most of the people make haste decisions in case of brochure designing, as they carry a false notion that the brochures will be accepted by people easily, if they distribute them to as many targeted customers as possible.   But brochure is one of the crucial parts of marketing and hence should be made in a professional way.&#60;br /&#62;
There are many people who make decisions about the product by looking at the appearance, design, content of the printed material that they receive. So brochures should be developed effectively, to increase the sales.&#60;br /&#62;
The right color scheme is one of the most important factors behind a professional brochure design.  You should choose colors that encourage people to read your brochure.  Therefore you have to be extremely careful in choosing the background and font color. Remember to use colors that help the customers to read the information given in your brochure easily.&#60;br /&#62;
The text content should be interesting and informative to attract your potential clientele. This will help in attracting targeted customers.&#60;br /&#62;
The next point to be considered is the proper organization of information.  The information that you are planning to give in your brochure should be methodically arranged. This will make it easy for the users to read and find out the needed details about the products and services that you offer.&#60;br /&#62;
There are a lot of entrepreneurs, especially the beginners, who are not interested in spending money for brochure designing.  But this is a wrong practice. A professional brochure designer can help in the methodical arrangement of designs and content in a brochure. This will make your brochure pleasing to the reader’s eye.&#60;br /&#62;
If you don’t know much about brochure designing you can do a web search using the keyword [url=http://www.bacreative.com.au/]brochure design brisbane[/url], to find out more about brochure designing.
&#60;/p&#62;</description>
</item>
<item>
<title>gdphelps on "Connection error need help"</title>
<link>http://www.filetransferplanet.com/forums/topic/connection-error-need-help#post-1113</link>
<pubDate>Tue, 21 Jun 2011 21:44:46 +0000</pubDate>
<dc:creator>gdphelps</dc:creator>
<guid isPermaLink="false">1113@http://www.filetransferplanet.com/forums/</guid>
<description>&#60;p&#62;I have tried to follow the letter by the book and still I have NO connecton! somebody please help me.
&#60;/p&#62;</description>
</item>
<item>
<title>andypooz on "File transfer solution for school hosting service"</title>
<link>http://www.filetransferplanet.com/forums/topic/file-transfer-solution-for-school-hosting-service#post-1109</link>
<pubDate>Tue, 21 Jun 2011 12:37:00 +0000</pubDate>
<dc:creator>andypooz</dc:creator>
<guid isPermaLink="false">1109@http://www.filetransferplanet.com/forums/</guid>
<description>&#60;p&#62;I am in the process of creating a hosting service for schools in the UK. The basics are that schools can sign up and teachers can add classes and students to these classes and it will allocated a little folder of space they can use to host their web creations. Nothing fancy, just clientside code being uploaded. Where I'm a bit stuck is in the best way to allow them to upload their files. I'd really like students be able to use an ftp-like interface directly in the site to upload and administer their files. They need to be able to upload whole folders of files at a time (which is not possible through http alone I believe?).&#60;br /&#62;
I was tempted to use a java ftp applet, but many schools block the ftp port, so this is no good. I am now trying to weigh up my options and would love some advice if anyone had some.&#60;br /&#62;
Are SFTP or FTPS viable options for me. I have pretty tricky requirements:&#60;br /&#62;
-It needs to compatible with the settings of very restrictive school network administrators or at least provide these admins an easy way to allow it without weakening their security&#60;br /&#62;
-It needs to work directly from the site without any desktop applications (hence my proposal of an applet. eg &#60;a href=&#34;http://www.radinks.com/sftp/sftp.php)&#34; rel=&#34;nofollow&#34;&#62;http://www.radinks.com/sftp/sftp.php)&#60;/a&#62;&#60;br /&#62;
-Preferably, it should work without entering ip addresses, usernames and passwords. Once users are logged into my site they are granted access to the interface (simplicity is the name of the game)&#60;br /&#62;
-It needs to provide each student with only access to their own directory. There must be no way for this to be bypassed.&#60;br /&#62;
-Obviously I'd like them to be able to view, move, add, rename and delete files on the server through a simple easy to use interface.&#60;/p&#62;
&#60;p&#62;I'll be using a php content management system and I can generate the folders, authenticate passwords, etc serverside, but I'm clueless about the file transfer security side of things. I have always used plain old ftp, but that appears to be prohibited in this case.&#60;/p&#62;
&#60;p&#62;Any words of advice, recommended applets, other places to search for answers is appreciated!&#60;/p&#62;
&#60;p&#62;Many thanks&#60;br /&#62;
Andy
&#60;/p&#62;</description>
</item>
<item>
<title>outside92129 on "pftpd?"</title>
<link>http://www.filetransferplanet.com/forums/topic/pftpd#post-1103</link>
<pubDate>Fri, 03 Jun 2011 16:53:02 +0000</pubDate>
<dc:creator>outside92129</dc:creator>
<guid isPermaLink="false">1103@http://www.filetransferplanet.com/forums/</guid>
<description>&#60;p&#62;Are there any plans to support parallel ftp in future versions? We've been using pftpd but active development stopped years ago and we're looking for a replacement.
&#60;/p&#62;</description>
</item>
<item>
<title>clane on "Maintaining Record Length in transfers"</title>
<link>http://www.filetransferplanet.com/forums/topic/maintaining-record-length-in-transfers#post-813</link>
<pubDate>Tue, 01 Mar 2011 18:37:08 +0000</pubDate>
<dc:creator>clane</dc:creator>
<guid isPermaLink="false">813@http://www.filetransferplanet.com/forums/</guid>
<description>&#60;p&#62;I am trying to use WsFtpPro to move fixed length files from an IBM system to a PC/network location.&#60;/p&#62;
&#60;p&#62;When selecting ASCII as the transfer mode the downloaded records are truncated to the last non space in the record.  This causes 80 character records that may contain 63 characters to have a CR/LF in positions 64 and 65.&#60;/p&#62;
&#60;p&#62;Is there a way to force the record length to the same as on the IBM and have the CR/LF inserted at the end space filled record?
&#60;/p&#62;</description>
</item>
<item>
<title>Mike Regan on "OpenPGP fail"</title>
<link>http://www.filetransferplanet.com/forums/topic/openpgp-fail#post-790</link>
<pubDate>Wed, 03 Nov 2010 21:02:08 +0000</pubDate>
<dc:creator>Mike Regan</dc:creator>
<guid isPermaLink="false">790@http://www.filetransferplanet.com/forums/</guid>
<description>&#60;p&#62;I just installed WS_FTP Pro 12.3 and when opened it gave an error that it could not get the PGP keys.  Assuming it to be because I had created none I pulled up the Wizard and filled in the questions.  No matter what I do, when it tries to generate the keys it works for a bit then reports it failed and to try again.  No other indication of why it failed.  I have used all the right number and type of data for the passphrase as far as I can tell from the minimal info provided.&#60;/p&#62;
&#60;p&#62;Can anyone offer help?
&#60;/p&#62;</description>
</item>
<item>
<title>dr_e_jones on "Anyone here have/use the Kindle?"</title>
<link>http://www.filetransferplanet.com/forums/topic/anyone-here-haveuse-the-kindle#post-60</link>
<pubDate>Tue, 05 May 2009 14:04:39 +0000</pubDate>
<dc:creator>dr_e_jones</dc:creator>
<guid isPermaLink="false">60@http://www.filetransferplanet.com/forums/</guid>
<description>&#60;p&#62;Hey Planet! First- awesome design on the site, I am beyond impressed! Love how the new forums are working too. &#60;/p&#62;
&#60;p&#62;I was wondering if anyone here has the Amazon Kindle ebook reader? Its hard to find 'regular' opinions on these things - so much bias out there.&#60;br /&#62;
[img]http://www.ubergizmo.com/photos/2009/2/kindle-2.jpg[/img]
&#60;/p&#62;</description>
</item>
<item>
<title>chuck1945 on "Google Squared"</title>
<link>http://www.filetransferplanet.com/forums/topic/google-squared#post-103</link>
<pubDate>Thu, 04 Jun 2009 11:54:53 +0000</pubDate>
<dc:creator>chuck1945</dc:creator>
<guid isPermaLink="false">103@http://www.filetransferplanet.com/forums/</guid>
<description>&#60;p&#62;First - why so many new search engines at once? Wolfram, Bing, now Squared.. &#60;/p&#62;
&#60;p&#62;Second - Squared is AWESOME. Check out how it grids everything you want to see: &#60;a href=&#34;http://www.google.com/squared/search?q=monkeys&#34; rel=&#34;nofollow&#34;&#62;http://www.google.com/squared/search?q=monkeys&#60;/a&#62; . And you can SAVE results - thats really cool!
&#60;/p&#62;</description>
</item>
<item>
<title>chuck1945 on "Google Wave"</title>
<link>http://www.filetransferplanet.com/forums/topic/google-wave#post-102</link>
<pubDate>Thu, 04 Jun 2009 11:50:18 +0000</pubDate>
<dc:creator>chuck1945</dc:creator>
<guid isPermaLink="false">102@http://www.filetransferplanet.com/forums/</guid>
<description>&#60;p&#62;Anyone following this?&#60;/p&#62;
&#60;p&#62;[quote]Google Wave is a new tool for communication and collaboration on the web, coming later this year. Watch the demo video below, sign up for updates and learn more about how to develop with Google Wave.[/quote]&#60;br /&#62;
&#60;a href=&#34;http://wave.google.com/&#34; rel=&#34;nofollow&#34;&#62;http://wave.google.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.youtube.com/watch?v=v_UyVmITiYQ&#34; rel=&#34;nofollow&#34;&#62;http://www.youtube.com/watch?v=v_UyVmITiYQ&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Finlay on "Web form module"</title>
<link>http://www.filetransferplanet.com/forums/topic/web-form-module#post-343</link>
<pubDate>Wed, 16 Dec 2009 12:51:21 +0000</pubDate>
<dc:creator>Finlay</dc:creator>
<guid isPermaLink="false">343@http://www.filetransferplanet.com/forums/</guid>
<description>&#60;p&#62;Hi all,&#60;br /&#62;
I must create a contact module, for a site, a little particular: the site propose services that are assigned to professionals chosen by the site administrator.&#60;br /&#62;
It would have to work this way: the customer write on a site and an email arrive to the administrator; he decides which professional assign the work to ( and send him the contact).&#60;br /&#62;
From that moment the professional and customer comunicates only by the site and on the site must stay the archive of the emails&#60;br /&#62;
 that they exchange (visible to the administrator).&#60;br /&#62;
What I would like is that the professional and the customer comunicate only by the mail to the site, no need to use username and password: it must be the site that manages coded mailboxes that are assigned to them but they don't have to be in contact in others ways and don't have to ask anything else to the customer.&#60;br /&#62;
Does anyone of you know if there is a cms or script already ready or similar to this that I can modifiy?&#60;br /&#62;
Thank you for your suggestions&#60;/p&#62;
&#60;p&#62;__________________&#60;br /&#62;
Never seen &#60;a href='http://www.giftideashop.net/'&#62;gift ideas&#60;/a&#62; like these! (&#60;a href='http://www.geschenk-ideen.biz/'&#62;geschenkideen&#60;/a&#62; on german or &#60;a href='http://www.regalos-originales.biz/'&#62;regalos originales&#60;/a&#62; on espanol), &#60;a href='http://www.chaletvaldirabbi.it/'&#62;val di rabbi&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>calijoe on "I like the new site"</title>
<link>http://www.filetransferplanet.com/forums/topic/i-like-the-new-site#post-29</link>
<pubDate>Thu, 30 Apr 2009 15:53:10 +0000</pubDate>
<dc:creator>calijoe</dc:creator>
<guid isPermaLink="false">29@http://www.filetransferplanet.com/forums/</guid>
<description>&#60;p&#62;I downloaded the new version of WS_FTP this week. Its been a looong time since i cracked open an ftp program....i like the drag and drop function. i'll be back...just stumbled upon this planet site...seems cool.
&#60;/p&#62;</description>
</item>
<item>
<title>JimsBlake on "Best Spyware Cleaner"</title>
<link>http://www.filetransferplanet.com/forums/topic/best-spyware-cleaner#post-306</link>
<pubDate>Fri, 23 Oct 2009 05:20:23 +0000</pubDate>
<dc:creator>JimsBlake</dc:creator>
<guid isPermaLink="false">306@http://www.filetransferplanet.com/forums/</guid>
<description>&#60;p&#62;It is very difficult to choose one among them to help &#60;a href=&#34;http://www.intellixmedia.com/index.aspx&#34;&#62;Web Design Company&#60;/a&#62; to fight against online threats like spyware, adware and so on. It is therefore recommended to go through the reviews of each of these resources from an established and reliable agency. It is also worthwhile to talk to few experts or people who have had experience in using these cleaners and gain their knowledge on the subject. This article is a result of having placed such kind of effort. We will be going through Spyware Doctor Program, which is universally acclaimed as the best spyware cleaner in the market.&#60;/p&#62;
&#60;p&#62;It provides you with real time protection from possible online threats like spyware, adware, and popup blocking and phishing attacks. It performs deep scanning options, thereby checking your computer thoroughly for any malware infections. It is highly effective in detecting and fighting against adware, malware, spyware, Trojans, spybots, keyloggers, adbots and trackware. Its special feature by the name 'OnGuard' runs in the background. Its mission is to monitor and protect your computer from browser infections and in tracking undesirable cookies.You will receive regular and updated messages informing you about possible new threats. It detects and guards your PC from these online parasites. It helps in immunizing your system against more than a thousand web-browser hijackers and ActiveX threats.
&#60;/p&#62;</description>
</item>
<item>
<title>pete2 on "Paid Search is waay down.. ugh! [SEO/SEM]"</title>
<link>http://www.filetransferplanet.com/forums/topic/paid-search-is-waay-down-ugh-seosem-stuff#post-69</link>
<pubDate>Wed, 13 May 2009 16:34:32 +0000</pubDate>
<dc:creator>pete2</dc:creator>
<guid isPermaLink="false">69@http://www.filetransferplanet.com/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://searchengineland.com/hitwise-less-searchers-clicking-on-search-ads-19178&#34; rel=&#34;nofollow&#34;&#62;http://searchengineland.com/hitwise-less-searchers-clicking-on-search-ads-19178&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;[quote]Paid Search Traffic Share Down 26% from Hitwise reports that paid traffic from search engines is declining. Hitwise’s data said “in the four weeks to May 9, 2009, 7.25% of search engine traffic to All Categories of websites was from paid clicks. This compares to 9.84% in the same four week period in 2008 - representing a 26% decline in the share of paid clicks.”[/quote]
&#60;/p&#62;</description>
</item>

</channel>
</rss>

