Zach: Thanks for the help.  <br><br>I&#39;ve come across a rather inelegant solution by using Wine to run MOVEit Freely to access the FTP.  It is the ES part of the FTPES that makes it hairy.  I just learned these things in the past few days so please correct me if I&#39;m babbling incoherently.<br>
<br>E is for explicit, opposed to (I)mplicit.  I had to find a way to establish an FTP connection that accepts a cert. -- which is what had me tied in knots.  Prior to USER and PASS, it would send an AUTH TLS-P and negotiate security.  I couldn&#39;t figure out how to accept the cert and continue with the code.  It looked like it was going to involve OpenSSL and I don&#39;t even know if this PHP was compiled with such.<br>
<br>Anyway... I did get it to work, even if I would have preferred to not involve Wine...<br><br>Again, I appreciate the assistance!<br>G<br><br><div class="gmail_quote">On Wed, Mar 4, 2009 at 9:40 PM, Zach Uram <span dir="ltr">&lt;<a href="mailto:netrek@gmail.com">netrek@gmail.com</a>&gt;</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 class="im">On Wed, Mar 4, 2009 at 8:53 PM, George Larson &lt;<a href="mailto:george.g.larson@gmail.com">george.g.larson@gmail.com</a>&gt; wrote:<br>

&gt; Hello!<br>
&gt;<br>
&gt; I need to put some files on a FTPES, using PHP.  I would think that a<br>
<br>
</div>Hi George,<br>
<br>
Try these sites:<br>
<br>
<a href="http://us.php.net/ftp" target="_blank">http://us.php.net/ftp</a><br>
<a href="http://inebria.com/phpftp/" target="_blank">http://inebria.com/phpftp/</a><br>
<a href="http://davidwalsh.name/send-files-ftp-php" target="_blank">http://davidwalsh.name/send-files-ftp-php</a><br>
<br>
Zach<br>
_______________________________________________<br>
wplug mailing list<br>
<a href="mailto:wplug@wplug.org">wplug@wplug.org</a><br>
<a href="http://www.wplug.org/mailman/listinfo/wplug" target="_blank">http://www.wplug.org/mailman/listinfo/wplug</a><br>
</blockquote></div><br>