octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #42429] @ftp/dir crashes Octave


From: Rik
Subject: [Octave-bug-tracker] [bug #42429] @ftp/dir crashes Octave
Date: Tue, 5 Feb 2019 13:56:47 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #4, bug #42429 (project octave):

Confirmed that this still exists (2/5/19).

Running the code under Matlab, 


f=ftp('ftp.gnu.org','anonymous','address@hidden')
cd(f,'/gnu/Licenses')
dir(f)
cd(f,'Licenses')
dir(f)


I get an error when trying to cd in to the non-existent directory 'Licenses',
and dir(f) does not produce a segfault.

That said, there are tons of ftp programs available and it is probably better
to use one of them, rather than Octave, for any serious work.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?42429>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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