Today, Paul Lussier gleaned this insight:

> Anyone know if there's a limit on the filesize one can "upload" to an
> anonftp server under RH?
> 
> I've looked through the ftpaccess file, and read the man page, but I can't 
> seem to find anything that would limit the *size* of a file.
> 
> The closest option I can find for ftpaccess is either "file-limit" or 
> "data-limit".  "file-limit", though seems to control the *number* of data
> files a user can transfer, not the size of any one file.  "data-limit" seems 
> to dictate the total number of bytes a user may transfer, but not a per-file 
> size limit.
> 
> In the testing done so far, some files get "permission denied" during
> upload, yet others do not.  Trying to upload a bunch of files uploaded
> (using mput *.*) from a random directory to the ftp server resulted in
> many files ending up with a 0-byte length, while others seem to get
> uploaded just fine.

One thing worth pointing out is that *.* is a DOSism, and is not required
for ftp, and may actually PREVENT transfer of files you are trying to
transfer (if they don't have a . in them)...  You should simply do a 

  mput *

except perhaps if the originating system is a windows system, but I think
its ftp client still behaves this way...  don't have a Winblows system
handy to test it tho.  Pretty sure though, as that inOperative System does
allow filenames without extensions now.

Also, though I'm not sure it makes a difference, it is not clear whether
you are trying to limit a file size or remove such a limit.


-- 
You know that everytime I try to go where I really want to be,
It's already where I am, cuz I'm already there...
---------------------------------------------------------------
Derek D. Martin              |  Unix/Linux Geek
[EMAIL PROTECTED] |  [EMAIL PROTECTED]
---------------------------------------------------------------


**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to