ftp 報錯 550 Failed to open file
ftp>; put d:/fcitx/fcitx-3.1.1.tar.tar
200 PORT command successful. Consider using PASV.
553 Could not create file.
ftp>; get vsftpd.conf
200 PORT command successful. Consider using PASV.
550 Failed to open file.
分析及解決
man ftpd_selinux
解決方式:
1. setsebool -P ftpd_disable_trans 1
2. service vsftpd restart
[root@pldfmsqcdb sysconfig]# setsebool -P ftpd_disable_trans 1
[root@pldfmsqcdb sysconfig]# service vsftpd restart
Shutting down vsftpd: [ OK ]
Starting vsftpd for vsftpd: [ OK ]
[root@pldfmsqcdb sysconfig]#
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-694421/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 第一次開啟Android Studio建立專案執行報錯Failed to open zip fileAndroidAI
- nginx 報錯 accept4 () failed (24: Too many open files)NginxAI
- 呼叫torchtext報錯OSError: libtorch_cpu.so: cannot open shared object file: No such file or directoryErrorObject
- 上傳報錯:Upload Failed: Your upload has failed a virus scan. Please choose another file.AI
- nginx: [error] open() “/var/run/nginx/nginx.pid“ failed (2: No such file or directory)NginxErrorAI
- imagick使用readImage報錯 Failed to read the file 或者沒有報錯內容的解決方法AI
- vs code jshint報錯或者Open browser failed!! Please check if you have installed the browser correctly!錯誤.JSAI
- inplace-abn 報錯解決: ImportError: libcudart.so.9.0: cannot open shared object file: No such file or dirImportErrorDartObject
- Nginx安裝啟動過程報錯libpcre.so.1 cannot open shared object file: No such file or directoryNginxObject
- Laravel5.6安裝:Warning: require(../vendor/autoload.php): failed to open stream: No such file or directoryLaravelUIPHPAI
- scp 報錯 not a regular file
- zabbix報錯fping failed:no outputAI
- OGG Director報錯 Connection FAILEDAI
- ascp: Failed to open TCP connection for SSH, exiting. Session Stop (Error: Failed to open TCP connection for SSH)AITCPSessionError
- PHP composer 報錯 certificate verify failedPHPAI
- IDEA 報錯Failed to load JVM DLLIdeaAIJVM
- SQLServer映象報錯Connection handshake failedSQLServerAI
- python 讀取 csv 檔案報錯:file = builtins.open (filename, mode, buffering),OSError: [Errno 22] Invalid argumentPythonUIError
- mac scrcpy 報錯 does not exist or is not a regular file,ERROR: Server connection failed(scrcpy mac與極空間衝突)MacErrorServerAI
- Can't open file: (errno: 24)
- WPF open image and print as pdf file
- querydsl報錯: Attempt to recreate a file for type
- 頁面報錯 No input file specified
- Too many open files報錯處理
- weblogic報錯: OPatch failed with error code 73WebAIError
- libmysqlclient.so.16: cannot open shared object file: No such file or directoryIBMMySqlclientObject
- open_basedir() restrictijon in effect. FIle()REST
- Linux open file與 fs-maxLinux
- 完美解決xhost +報錯: unable to open display
- laradock 執行報錯 Service 'workspace' failed to build:AIUI
- Linux 報錯Certificate verification failed: The certificate is NOT trusted.LinuxAIRust
- ImportError: libffi.so.7: cannot open shared object file: No such file or directoryImportErrorObject
- ftp_rawlist: Unable to create temporary file.FTP
- 影片匯聚平臺EasyCVR啟動出現報錯“cannot open shared object file”的原因排查與解決VRObject
- [20181214]open file using O_DIRECT.txt
- 解決 yum clean all Error rpmdb open failedErrorAI
- mysql報錯Changed limits: max_open_files: 5000MySqlMIT
- React Native 報錯 'config.h' file not foundReact Native
- 報錯:TestEngine with ID ‘junit-jupiter‘ failed to discover testsAI