Simple DownloadFile sample

2009-06-12 Thread siomara
Hello all, Does anyone know a link to a simple sample for downloading files? I found some but very confusing. The code is welcome too. Thanks Siomara

Re: Simple DownloadFile sample

2009-06-12 Thread André Warnier
siom...@portosdobrasil.gov.br wrote: Hello all, Does anyone know a link to a simple sample for downloading files? I found some but very confusing. The code is welcome too. I suppose you mean with a Tomcat involved somewhere ? If yes, here is a simple example, without any code at all : -

Re: Simple DownloadFile sample

2009-06-12 Thread David kerber
siom...@portosdobrasil.gov.br wrote: Hello all, Does anyone know a link to a simple sample for downloading files? I found some but very confusing. The code is welcome too. Thanks Siomara Do you mean having your tomcat server d/l files from another server, or somebody downloading from

Re: Simple DownloadFile sample

2009-06-12 Thread Bap
1) ftp hostname enter username/password chdir directory get filename 2) scp username@hostname:path-to-file . enter password 3) wget url-to-file ... 101) ... Quoting siom...@portosdobrasil.gov.br: Hello all, Does anyone know a link to a simple sample for downloading files? I found some