Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Python
- 국제화
- internationalization
- I18N
- docker
- AI
- gettext_windows
- gettext
- 현지화
- andrew ng
- coursera
- deeplearning.ai
- localization
Archives
- Today
- Total
JMANI
FTP 오류: error_perm: 522 SSL connection failed: session reuse required 본문
Ubuntu/FTP
FTP 오류: error_perm: 522 SSL connection failed: session reuse required
jmani 2022. 3. 14. 17:50error_perm: 522 SSL connection failed: session reuse required
- Docker 환경
- ubuntu:18.04
- python3.7.5
- vsftpd 사용
- python ftplib FTP_TLS 사용
- 문제점
- 서버 접속 및 로그인 가능
- 현재위치 ftps.pwd() 확인 가능
- dir(), nlst(), 파일 업로드 등에서 오류
- 해결방안
- /etc/vsftpd.conf에 require_ssl_reuse=NO 추가
Comments