help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ftp from within octave?


From: Steve C. Thompson
Subject: Re: ftp from within octave?
Date: Wed, 24 Jan 2007 12:55:44 -0800

On Wed, 2007-01-24 at 16:42 -0500, Andres Sepulveda wrote:
> Is there a way to implement wget from within Octave,
> instead?

Can you use the system command?  I regularly do things like:

  system ('gnuplot filename.gnuplot');
  system ('rsync -e ssh -v some_files \
           some_url:~/some_directory');

I don't know if you can do something similar.

Regards,
Steve



reply via email to

[Prev in Thread] Current Thread [Next in Thread]