The issue is that wildcard expansion<div>doesn't work during an ftp session.</div><div><br></div><div>I've contacted the web hosting provider</div><div>as well.  This simply shouldn't happen</div><div>at the level of a few dozen, or even a</div>
<div>few hundred, files.</div><div><br></div><div>   -- Bob</div><div><br><br><div class="gmail_quote">On Tue, Oct 2, 2012 at 10:17 AM, Robert Citek <span dir="ltr"><<a href="mailto:robert.citek@gmail.com" target="_blank">robert.citek@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Not sure what the issue is, but a possible solution may be to use<br>
Filezilla as your FTP client:<br>
<br>
<a href="http://forum.bplaced.net/viewtopic.php?f=6&t=20662" target="_blank">http://forum.bplaced.net/viewtopic.php?f=6&t=20662</a><br>
<br>
Good luck and let us know how things go.<br>
<br>
Regards,<br>
- Robert<br>
<div class="HOEnZb"><div class="h5"><br>
On Tue, Oct 2, 2012 at 9:56 AM, Bob Kline <<a href="mailto:bob.kline@gmail.com">bob.kline@gmail.com</a>> wrote:<br>
> It happens at the level of one file.<br>
> e.g., if I use "ls zz*" for the file zz.jpg<br>
> I get a globbing error.  Using "ls zz.jpg,"<br>
> I get the usual result.<br>
><br>
><br>
><br>
>    -- Bob<br>
><br>
><br>
> On Tue, Oct 2, 2012 at 9:49 AM, <<a href="mailto:scott.tanner@comcast.net">scott.tanner@comcast.net</a>> wrote:<br>
>><br>
>> I haven't seen that particular error, but it sounds like the "list too<br>
>> long" error I see in CentOS at times.   Do you see this error on any<br>
>> wildcard matching, or just when the wildcard matches a large number of files<br>
>> ( ie "rm *"  versus "rm exact_filename.tx?" )  ?<br>
>><br>
>> If its matching a large number of files, try piping through xargs:<br>
>><br>
>>   ls files2del* | xargs -i rm {}<br>
>><br>
>><br>
>><br>
>> Regards,<br>
>> Scott<br>
>><br>
>> ________________________________<br>
>> From: "Bob Kline" <<a href="mailto:bob.kline@gmail.com">bob.kline@gmail.com</a>><br>
>> To: "Mailing List for LUG in greater Grand Rapids, MI area."<br>
>> <<a href="mailto:grlug@grlug.org">grlug@grlug.org</a>><br>
>> Sent: Tuesday, October 2, 2012 9:34:52 AM<br>
>> Subject: [GRLUG] globbing<br>
>><br>
>><br>
>> I've recently encountered an issue<br>
>> with globbing on my web hosting site.<br>
>><br>
>> The problem is that any attempt to<br>
>> use wild cards when I try to, for example,<br>
>> delete a bunch of files on the hosting site<br>
>> results in an error saying "out of memory<br>
>> while globbing."<br>
>><br>
>> In parenthesis it then suggests  "This probably<br>
>> means 'Permission denied.' "<br>
>><br>
>> Permission to glob?<br>
>><br>
>> I can, for example, delete files one at a time,<br>
>> by typing in the entire name - i.e., no wild cards.<br>
>><br>
>> Nor does it appear to have to do with the<br>
>> number of files - no globbing even with one file.<br>
>><br>
>> Any suggestions here?<br>
>><br>
>> I'll ask the web host provider as well....<br>
>><br>
>>    -- Bob<br>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> grlug mailing list<br>
>> <a href="mailto:grlug@grlug.org">grlug@grlug.org</a><br>
>> <a href="http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug" target="_blank">http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug</a><br>
>><br>
>> _______________________________________________<br>
>> grlug mailing list<br>
>> <a href="mailto:grlug@grlug.org">grlug@grlug.org</a><br>
>> <a href="http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug" target="_blank">http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug</a><br>
><br>
><br>
><br>
> _______________________________________________<br>
> grlug mailing list<br>
> <a href="mailto:grlug@grlug.org">grlug@grlug.org</a><br>
> <a href="http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug" target="_blank">http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug</a><br>
_______________________________________________<br>
grlug mailing list<br>
<a href="mailto:grlug@grlug.org">grlug@grlug.org</a><br>
<a href="http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug" target="_blank">http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug</a><br>
</div></div></blockquote></div><br></div>