<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>whoismanu.com - Forum &#187; Topic: ftp directory import problem</title>
		<link>http://www.whoismanu.com/forum/topic/ftp-directory-import-problem</link>
		<description>Just another bbPress community</description>
		<language>en-US</language>
		<pubDate>Sat, 11 Feb 2012 00:02:13 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.whoismanu.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.whoismanu.com/forum/rss/topic/ftp-directory-import-problem" rel="self" type="application/rss+xml" />

		<item>
			<title>whoismanu on "ftp directory import problem"</title>
			<link>http://www.whoismanu.com/forum/topic/ftp-directory-import-problem#post-265</link>
			<pubDate>Wed, 22 Jul 2009 23:40:44 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">265@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;This bug has been fixed in PhotoQ 1.7
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "ftp directory import problem"</title>
			<link>http://www.whoismanu.com/forum/topic/ftp-directory-import-problem#post-90</link>
			<pubDate>Fri, 24 Apr 2009 10:08:14 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">90@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;having anonymous users submit photos was not yet on my to-do-list. thanks for the idea. i will put it to the things to be evaluated. guess if you want something right now, you can already achieve it to some extent by having users upload via anonymous ftp. &#60;/p&#62;
&#60;p&#62;automatically resizing??? unless i get you wrong, this is one of the main things photoq does, no?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Scorgit on "ftp directory import problem"</title>
			<link>http://www.whoismanu.com/forum/topic/ftp-directory-import-problem#post-86</link>
			<pubDate>Wed, 22 Apr 2009 09:59:28 +0000</pubDate>
			<dc:creator>Scorgit</dc:creator>
			<guid isPermaLink="false">86@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Glad I could help a bit. Any chance this will be implemented in a next release? (for reasons of upgrading and finding ourselves hacking your code again :-) )&#60;/p&#62;
&#60;p&#62;And while I'm typing... maybe a suggestion to implement in a future release:&#60;br /&#62;
You already have built in the possibility of importing files inside an FTP-directory. Why not provide a simple utility to build or provide a standard user form, by which an anonymous user can upload his or her contribution to the photoQ blog? And to make things even better... automatically resizing to the dimensions specified in photoQ.&#60;br /&#62;
Could be that I overlooked this option, if it is already there...&#60;/p&#62;
&#60;p&#62;By the way: really two thumbs up for this amazing plugin!!&#60;/p&#62;
&#60;p&#62;Tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "ftp directory import problem"</title>
			<link>http://www.whoismanu.com/forum/topic/ftp-directory-import-problem#post-82</link>
			<pubDate>Tue, 21 Apr 2009 20:58:59 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">82@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;thanks a lot. bug confirmed. only occurs if the path to your ftp directory does not start with '/' which means it only occurs on windows where absolute paths may start with e.g. 'd:'.&#60;/p&#62;
&#60;p&#62;your fix will work if the path does not start with '/' so in your case you should be safe. however, with your fix it will not work for paths that start with '/' anymore. i thus have to find something else.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Scorgit on "ftp directory import problem"</title>
			<link>http://www.whoismanu.com/forum/topic/ftp-directory-import-problem#post-80</link>
			<pubDate>Tue, 21 Apr 2009 10:51:57 +0000</pubDate>
			<dc:creator>Scorgit</dc:creator>
			<guid isPermaLink="false">80@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;just to let you know that the first forward slash indeed was the problem.&#60;br /&#62;
I removed it from PhotoQOptionController.php, line 506, function getFtpDir(), and now it seems to work!&#60;/p&#62;
&#60;p&#62;Could be that something else just collapsed, in that case I will let you know :-)&#60;/p&#62;
&#60;p&#62;Greetz,&#60;/p&#62;
&#60;p&#62;Tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Scorgit on "ftp directory import problem"</title>
			<link>http://www.whoismanu.com/forum/topic/ftp-directory-import-problem#post-79</link>
			<pubDate>Tue, 21 Apr 2009 09:45:26 +0000</pubDate>
			<dc:creator>Scorgit</dc:creator>
			<guid isPermaLink="false">79@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I don't know whether it is a bug, or that I'm doing something wrong, but I can't get the ftp import function to work. That is, I check the option:&#60;br /&#62;
FTP Upload:	  Allow importing of photos from the following directory on the server&#60;br /&#62;
and provide a full path (d:\someDir\anotherDir\andSomeMoreDirs\)&#60;br /&#62;
The options are saved correctly.&#60;/p&#62;
&#60;p&#62;When I try to import the files inside the ftp dir (by following the sequence: add photos to queue -&#38;gt; Import from FTP directory) it states:&#60;br /&#62;
The directory /d:/someDir/anotherDir/andSomeMoreDirs/ does not exist on your server.&#60;/p&#62;
&#60;p&#62;I'm very sure (triple and more checked) that the directory does exist, and have tried forward and back slashes, path inside and outside the wp-content directory, enabled and disabled batch upload, changing the permissions, even tried escaping the forward slashes myself, but to no avail. Also tried relative paths, but still no luck...&#60;/p&#62;
&#60;p&#62;Could it be the first forward slash (before the d:/ I see a forward slash) is messing things up?&#60;/p&#62;
&#60;p&#62;By the way:&#60;br /&#62;
WP version: 2.7.1&#60;br /&#62;
PhotoQ version: 1.6.5&#60;br /&#62;
webserver: IIS 7&#60;br /&#62;
OS: Windows Server 2008&#60;br /&#62;
Obviously, I've changed the actual path of the ftp directory in this topic :-)&#60;/p&#62;
&#60;p&#62;Thanks in advance for your answer!&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Tom
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

