Hello,
Anyone got any tips on sending a file via FTP? I don't need anything
fancy, just send a file to a location and report on success or
failure. Can Java do this easily, or am I better off using a shell
script to transmit the file (which would be more work)?
Thanks.
Roedy Green - 24 Sep 2007 22:07 GMT
>Anyone got any tips on sending a file via FTP? I don't need anything
>fancy, just send a file to a location and report on success or
>failure. Can Java do this easily, or am I better off using a shell
>script to transmit the file (which would be more work)?
see http://mindprod.com/jgloss/ftp.html

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
Arne Vajhøj - 24 Sep 2007 23:30 GMT
> Anyone got any tips on sending a file via FTP? I don't need anything
> fancy, just send a file to a location and report on success or
> failure. Can Java do this easily, or am I better off using a shell
> script to transmit the file (which would be more work)?
http://commons.apache.org/net/ has a reasonable easy to use
FTP support.
Arne
lord.zoltar@gmail.com - 25 Sep 2007 16:12 GMT
On Sep 24, 6:30 pm, Arne Vajh?j <a...@vajhoej.dk> wrote:
> lord.zol...@gmail.com wrote:
> > Anyone got any tips on sending a file via FTP? I don't need anything
[quoted text clipped - 6 lines]
>
> Arne
Looks good. Thanks!