다음 lftp 명령에 어떤 문제가 있습니까? 서버에 파일이 있습니다. 경로가없는 ./
파일 이름 (예 :) 파일 이름 만 가져 오려고합니다.
lftp -u user,password -e 'find -exec basename {} \; ;bye' ftp.mycompany.com/Courses >/opt/output/downloaded/course_list
다음과 같은 오류가 발생합니다-
cd ok, cwd=/Courses
find: invalid option -- 'e'
Usage: find [-d #] dir
lftp -u user,password -e 'find -d .; ;bye' ftp.mycompany.com/Courses >/opt/output/downloaded/course_list
그리고 그것은 말한다find: . - not a number