<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Guide:: Fixing FTP with SSPU. (Site Studio Publishing Utility)</title>
	<atom:link href="http://www.bluestudios.co.uk/blog/?feed=rss2&#038;p=226" rel="self" type="application/rss+xml" />
	<link>http://www.bluestudios.co.uk/blog/?p=226</link>
	<description>Its Just another WordPress weblog.. Really!</description>
	<pubDate>Mon, 06 Sep 2010 21:34:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.bluestudios.co.uk/blog/?p=226&#038;cpage=1#comment-14623</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 27 May 2009 16:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluestudios.co.uk/blog/?p=226#comment-14623</guid>
		<description>What version of SSPU are you using?</description>
		<content:encoded><![CDATA[<p>What version of SSPU are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T Biehn</title>
		<link>http://www.bluestudios.co.uk/blog/?p=226&#038;cpage=1#comment-14622</link>
		<dc:creator>T Biehn</dc:creator>
		<pubDate>Wed, 27 May 2009 15:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluestudios.co.uk/blog/?p=226#comment-14622</guid>
		<description>^filterset type="filter" path=".*\.css"^
   ^filter type="cmd" use-input-as-output="false"^
    cmd /c bypass.bat "%%fi" "%%fo" "%%u"
   ^/filter^
  ^/filterset^</description>
		<content:encoded><![CDATA[<p>^filterset type=&#8221;filter&#8221; path=&#8221;.*\.css&#8221;^<br />
   ^filter type=&#8221;cmd&#8221; use-input-as-output=&#8221;false&#8221;^<br />
    cmd /c bypass.bat &#8220;%%fi&#8221; &#8220;%%fo&#8221; &#8220;%%u&#8221;<br />
   ^/filter^<br />
  ^/filterset^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T Biehn</title>
		<link>http://www.bluestudios.co.uk/blog/?p=226&#038;cpage=1#comment-14621</link>
		<dc:creator>T Biehn</dc:creator>
		<pubDate>Wed, 27 May 2009 15:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluestudios.co.uk/blog/?p=226#comment-14621</guid>
		<description>Had a trouble where siclone was munging CSS to ridiculous relative links anywhere i had 'url("")' patterns.
Had to make a ghetto bypass...

in sitestudio.config under 

...
  
   
    cmd /c bypass.bat "%%fi" "%%fo" "%%u"
   
  
...


with bypass.bat containing: 
wget -O %2 -o output.txt %3

wget from: http://gnuwin32.sourceforge.net/packages/wget.htm
Grab the dep. packages.

Can be used to bypass URL munging on any, unfortunately SICLONE doesn't give us the temp file name, so it can't be done w/o grabbing (unless you want to iterate over the /offer/NNN/ for download*.tmp files, this is cleaner and easier though.)

Ahem.</description>
		<content:encoded><![CDATA[<p>Had a trouble where siclone was munging CSS to ridiculous relative links anywhere i had &#8216;url(&#8221;")&#8217; patterns.<br />
Had to make a ghetto bypass&#8230;</p>
<p>in sitestudio.config under </p>
<p>&#8230;</p>
<p>    cmd /c bypass.bat &#8220;%%fi&#8221; &#8220;%%fo&#8221; &#8220;%%u&#8221;</p>
<p>&#8230;</p>
<p>with bypass.bat containing:<br />
wget -O %2 -o output.txt %3</p>
<p>wget from: <a href="http://gnuwin32.sourceforge.net/packages/wget.htm" rel="nofollow">http://gnuwin32.sourceforge.net/packages/wget.htm</a><br />
Grab the dep. packages.</p>
<p>Can be used to bypass URL munging on any, unfortunately SICLONE doesn&#8217;t give us the temp file name, so it can&#8217;t be done w/o grabbing (unless you want to iterate over the /offer/NNN/ for download*.tmp files, this is cleaner and easier though.)</p>
<p>Ahem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.bluestudios.co.uk/blog/?p=226&#038;cpage=1#comment-2257</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 28 May 2008 08:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluestudios.co.uk/blog/?p=226#comment-2257</guid>
		<description>I see the zip bundle in the /offers/id/ZFS being constantly recreated with the static site every 10-20 seconds. This is with 10g Release 3 (10.1.3.4.0)

But when I check the ftp site its dumping the files to; its empty. 
I probably need to do a bit more investigating. 

But as a quick fix, I used to above solution which works for me :) or does what I thought SSPU should do..

I`m sure SSPU 7.x has similar problems.

I don`t understand why you think SSPU is working as intended.
-------------------------------------------

I`m going to retry on a clean win 2003 WM instance.. 
and see If I can get the site to transfer succesfully manually. to a local FTP</description>
		<content:encoded><![CDATA[<p>I see the zip bundle in the /offers/id/ZFS being constantly recreated with the static site every 10-20 seconds. This is with 10g Release 3 (10.1.3.4.0)</p>
<p>But when I check the ftp site its dumping the files to; its empty.<br />
I probably need to do a bit more investigating. </p>
<p>But as a quick fix, I used to above solution which works for me <img src='http://www.bluestudios.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> or does what I thought SSPU should do..</p>
<p>I`m sure SSPU 7.x has similar problems.</p>
<p>I don`t understand why you think SSPU is working as intended.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>I`m going to retry on a clean win 2003 WM instance..<br />
and see If I can get the site to transfer succesfully manually. to a local FTP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy</title>
		<link>http://www.bluestudios.co.uk/blog/?p=226&#038;cpage=1#comment-2250</link>
		<dc:creator>Troy</dc:creator>
		<pubDate>Wed, 28 May 2008 00:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluestudios.co.uk/blog/?p=226#comment-2250</guid>
		<description>Odd, I managed to get the FTP "working" (in dev) with out too much drama.
I use the term working loosely tho. As it is sending the site bundled as a zip.
The really strange thing; it  was sending the same zip every three minutes.
This is with the manual publish set.
Press button, publish site, it keeps sending.
Publish again, it sends the new site wholly and continuously.
We found no options or settings that would cause this (we did not look very hard).
Decided it was 'working as intended' and went back to the client.</description>
		<content:encoded><![CDATA[<p>Odd, I managed to get the FTP &#8220;working&#8221; (in dev) with out too much drama.<br />
I use the term working loosely tho. As it is sending the site bundled as a zip.<br />
The really strange thing; it  was sending the same zip every three minutes.<br />
This is with the manual publish set.<br />
Press button, publish site, it keeps sending.<br />
Publish again, it sends the new site wholly and continuously.<br />
We found no options or settings that would cause this (we did not look very hard).<br />
Decided it was &#8216;working as intended&#8217; and went back to the client.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
