Original reference:
https://blog.csdn.net/stevendbaguo/article/details/52942594
https://www.cnblogs.com/linuxde/p/8719469.html
https://blog.csdn.net/zqtsx/article/details/24383755
In the process of using FTP, an error is reported in the FTP interface: 451 failure writing to local file and 227 entering passive mode
In fact, the fundamental problem is the first error, because when I checked the log, I found: SFTP server [10202]: error: process_ write: write failed
Generally speaking, there are two main reasons
(1) The disk is full
(2) The number of processes of the user has reached the limit, because the Linux system will limit the number of processes of each user in order to improve the utilization of system resources. You can use [ulimit – A] to view [ulimit – u 1-65535] to limit it
Similar Posts:
- 「ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory」
- bash :startx command not found
- Python PIP installs scrapy with an error of twisted
- failed: OCI runtime create failed: container_linux.go:348
- Missing libiconv-2.dll solution and unable to locate input point libiconv-2.dll to DLL
- Windows one click restore, shadowcopy error – user affected limit
- Windows server 2016 .NET Runtime Optimization Service CPU High
- Completely solve MySQL error: 1030, ‘got error 28 from storage engine’
- fatal:’origin’ does not appear to be a git repository fatal:Could not read from remote re…
- [How to Solve] invalid argument: Nan in summary histogram for: image_pooling/BatchNorm/moving_variance_1