swvip 发表于 2013-2-7 12:37:10

452 Error writing file: A file cannot be larger than the value set by ulimit.

windows下FTP到AIX 出错 。。。。。
 
200 PORT command successful.
150 Opening data connection for 10gr2.cpio.gz.
> Netout :软件造成连接终止
452 Error writing file: A file cannot be larger than the value set by ulimit.
ftp: 发送 1073790975 字节,用时 96.94Seconds 11077.09Kbytes/sec.

       可是/home 有20G的空间 传输的文件才1.2G
 
 
解决办法:
修改你的上传文件限制参数:

vi /etc/security/limits

default:
        fsize = -1
页: [1]
查看完整版本: 452 Error writing file: A file cannot be larger than the value set by ulimit.