I am looking for advice on how to FTP files and directories directly from Mathematica. As far as I know, Mathematica does not have an internal FTP capability. I presumably could figure out how to use ftp or sftp from my Mac and write a Mathematica function that makes use of Run to do this. But I'd prefer something more Mathematica-like and cross-platform. I assume this could all be done using Java FTP librarites via JLink... but I know nothing about Java (well very little) and don't want to use anything that I cannot both debug and extend on my own...
So, thoughts? Is this in the queue for WRI to add to Mathematica sometime down the road?
There is some discussion in Mathematica Stackexchange here
http://mathematica.stackexchange.com/questions/10041/automating-ftp-upload-within-mathematica
which I am trying to parse...