alpacon webftp-log
WebFTP 파일 전송 로그 보기
alpacon webftp-log [flags]
별칭 (Aliases)
webftp-log, webftp-logs
옵션 (Options)
-t, --tail int 끝에서부터 표시할 로그 항목 수 (기본값 25)
-s, --server string 서버 이름으로 필터링
-u, --user string 사용자 이름으로 필터링
-a, --action string 작업으로 필터링 (예: upload, download)
-h, --help webftp-log 명령어에 대한 도움말 출력
설명 (Description)
webftp-log 명령은 WebFTP를 통한 파일 전송 활동 로그를 표시합니다. 다음을 포함합니다:
- 서버로의 파일 업로드
- 서버에서의 파일 다운로드
- 전송 타임스탬프
- 사용자 정보
- 서버 세부 정보
- 파일 경로 및 크기
예제 (Examples)
최근 WebFTP 로그 보기:
alpacon webftp-log
WebFTP 로그 필터링:
alpacon webftp-log --tail 10 --server my-server
alpacon webftp-log --tail=50 --user=admin --action=upload