bugGNU Octave - Bugs: bug #42431, @ftp/mget does not process...

 
 

bug #42431: @ftp/mget does not process wildcards.

Submitter:  Allan Jacobs <allanjacobs>
Submitted:  Mon 26 May 2014 04:09:25 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Matlab Compatibility
Status:  Works For Me Assigned to:  None
Originator Name:  allanjacobs Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 25 Nov 2015 08:19:58 PM UTC, comment #2: 

Works for me.  Closing report.

Rik <rik5>
Group administrator
Fri 06 Jun 2014 01:10:39 AM UTC, comment #1: 

Unable to reproduce, this works perfectly for me.


f = ftp ("ftp.gnu.org");
cd (f, "/gnu/Licenses");
mget (f, "*.txt");


When this doesn't work, what does dir(f) print for you?

Mike Miller <mtmiller>
Group Member
Mon 26 May 2014 04:09:25 PM UTC, original submission:  


f=ftp('ftp.gnu.org','anonymous','testpw@test.com')
cd(f,'/gnu/Licenses')
cd('tmp')
ascii(f)
mget(f, '*.txt')



error: __ftp_mget__: file not found
error: called from:
error:   /usr/local/share/octave/4.1.0+/m/@ftp/mget.m at line 36, column 3



$ hg summary
parent: 18782:5556ddfb841b tip
 spdiags.m: Treat sub/super-diagonals the same as Matlab.
branch: default
bookmarks: *@
commit: 7477 unknown (clean)
update: (current)


Allan Jacobs <allanjacobs>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by mtmiller (Posted a comment)
  • -email is unavailable- added by allanjacobs (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-11-25 rik5 StatusNeed Info Works For Me
        Open/ClosedOpen Closed
    2014-06-06 mtmiller StatusNone Need Info

    Back to the top

    Powered by Savane 3.13-bb6a.
    Corresponding source code