On 4/7/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On 4/7/06, Lee Meador <[EMAIL PROTECTED]> wrote: > > > Now I would like to do something (that's the part for which I don't know > the > > name) that will send the tar.gz file to an internal Solaris server via > FTP. > > I just want to FTP the one file into a particular folder over there. Its > the > > home folder for the ftp user if that matters. (/export/home/ifs) > > > > I've no clue how to do this or even what it is called. Help? > > I have a vague idea that something called "wagon" might be useful > here. However... my attempts to find documentation that would confirm > or deny its existence and potential usefulness were not successful.
I believe Wagon is the thingy that takes care of the transport when you deploy an artifact. The manifest in the jar file describes it as "Tools to manage artifacts and deployment". To enable FTP upload to my company's repo, for example, I had to install wagon-ftp. However, as far as I'm aware, there's no way to invoke Wagon to upload just a single file. I'm fairly sure that the deploy plugin is for deploying to > repositories, with the accompanying directory structure and metadata > xml files scattered around. Right. That's why I don't believe it's what Lee is looking for. I've looked around a bit, but I can't find anything that would just upload an individual file. ;-( -- Martin Cooper * http://maven.apache.org/plugins/maven-deploy-plugin/index.html > > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
