On Fri, 2005-02-18 at 01:01, Sancho wrote:
> Hi.
> 
> I am facing a problem.
> I need to download a large file from remote server to my server on ocasion.
> Problem is, that as soon as I disconnect from ssh the ftp transmission
> is terminated.
> 
> Is there some way, how to run command like in background, disconnect
> from ssh and then log back and return to that command?
> 
> Thanx for advice.
> 

Option no. 4:
Run wget in the background. Stg like this:
# wget -q ftp://myftpsite.com/mydir/myfile.ext &

HTH,
Mikael


_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to