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

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

[Octave-bug-tracker] [bug #63851] mget function returns : file not found


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #63851] mget function returns : file not found
Date: Fri, 31 Mar 2023 08:52:11 -0400 (EDT)

Update of bug #63851 (project octave):

                  Status:         Patch Submitted => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #13:

I tested with octave-2023-03-29-21-40-release-w64 from buildbot.octave.space
on Windows 11. 
It seems to be working correctly:

>> f = ftp('ftp.gnu.org')
f =

  FTP object
    host: ftp.gnu.org
    user: anonymous
     dir: /
    mode: binary

>> x = dir(f)
x =

  19x1 struct array containing the fields:

    name
    date
    bytes
    isdir
    datenum

>> uint8(x(1).name)
ans =

  67  82  89  80  84  79  46  82  69  65  68  77  69

>> mget(f,"welcome.msg")
>> system('cat welcome.msg')
NOTICE (Updated October 15 2021):

If you maintain scripts used to access ftp.gnu.org over FTP,
we strongly encourage you to change them to use HTTPS instead.

Eventually we hope to shut down FTP protocol access, but plan
to give notice here and other places for several months ahead
of time.

--

If you have any problems with the GNU software or its downloading,
please refer your questions to <gnu@gnu.org>.

There are several mirrors of this archive, a complete list can be
found on http://www.gnu.org/order/ftp.html.  You might want to use a
mirror closer to you.

Non-GNU programs that were formerly in gnu/ have moved to gnu/non-gnu/.
Most of them were just pointers in the format program.README.  If you
are looking for such a file, be sure to check gnu/non-gnu/.

Archives of the GNU mailing lists can be accessed or downloaded
via the web from http://mail.gnu.org; they are no longer available
by ftp.

The FSF provides this archive as a service to GNU users.  Please
consider donating to the FSF at http://donate.fsf.org/ or becoming an
Associate Member at http://member.fsf.org/.
ans = 0
>>


Thanks again for the patch.

Closing as fixed.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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