Hi Óscar,<br><br>Hope you are doing well. I played around with the
FTPClient actor for a little while and was able to get it to work. I've
attached a sample workflow that you can use as an example. The example
uses the PUT function of FTPClient, but you can easily modify it to use
GET as well. If you need more information on the FTPClient, simply
right click it and hover over the documentation context menu item and
select view documentation. The documentation explains mostly all of
what you need to know to work with FTPClient.<br>
<br>A couple of things to note which weren't immediately clear:<br><ul><li>The
input to FTPClient should come from a String Constant actor and not
FileReader or anything like that. The documentation is a bit vague but
FTPClient is looking for the filepath and not the file contents itself.</li><li>When editing the parameters of FTPClient, use PUT and GET for
operation and ASC and BIN for mode. The documentation explains in
greater detail what these are but they are case sensitive for the
actor. It would be good, and not too hard, to allow for lowercase
characters too.</li><li>Make sure your file exists exactly as you have stated in the path.
One of the easiest ways to get the "invalid command" result is to have
the actor think your file doesn't exist if you provided the file path
incorrectly.</li></ul>One last thing important thing to note is that when FTPClient does
upload or download the file, the code doesn't set the url to broadcast
properly. Once that is done, it should work properly. I experimented
with this a bit and it's actually a pretty easy fix but it might be
better to contact the author themselves and allow them to fix it.<br><br>Hope that helps,<br>Faraaz<br><br><div class="gmail_quote">On Wed, Nov 19, 2008 at 9:45 AM, Óscar José Silva Cruz <span dir="ltr"><<a href="mailto:chocolat_white@hotmail.com">chocolat_white@hotmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



<div>
<div dir="ltr" style="text-align: left;">I am a newbie with this software. I'm testing the actor FTPClient but it don´t produce any output (url). Can anyone help me?</div><br><hr>Entra ya en I love Messenger y consigue 30 emoticonos <a href="http://www.vivelive.com/ilovemessenger" target="_blank"> ˇGratis!</a></div>

<br>_______________________________________________<br>
Kepler-users mailing list<br>
<a href="mailto:Kepler-users@ecoinformatics.org">Kepler-users@ecoinformatics.org</a><br>
<a href="http://mercury.nceas.ucsb.edu/ecoinformatics/mailman/listinfo/kepler-users" target="_blank">http://mercury.nceas.ucsb.edu/ecoinformatics/mailman/listinfo/kepler-users</a><br>
<br></blockquote></div><br>