Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Jim Janney Newsgroups: comp.lang.java.programmer Subject: Re: O.T. FTP upload Date: Wed, 02 Nov 2011 16:47:29 -0600 Organization: rodents of unusual size Lines: 15 Message-ID: <2pvcr2nnum.fsf@shell.xmission.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx04.eternal-september.org; posting-host="PnllQd880uOddfy6hsxHuQ"; logging-data="27336"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+l//EL5tlN+Koj1D6/4gh1" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:npU9bLmoyg6XLxhmNOqkZ7KacMA= sha1:KO9G2L9nvyLbEojNixIkdcRuSA4= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:9401 Roedy Green writes: > There are hundreds of FTP utilities. What do you use for FTP > unattended uploads? > > My ISP is still waiting for a round TUIT to set up a VPN to replace > FTP. My ftp use is rare enough that I just run it manually inside Emacs. But if I needed to automate it, I'd look at curl, or wget, or kermit. I've written kermit scripts in the past and they're ugly as sin, but they usually get the job done. - Jim Janney