2
가장 최근/최신 파일을 선택하는 것과 동일한 WinSCP 명령 줄을 찾고 있습니다. 어떤 아이디어WinSCP 가장 최근 파일 선택
Downloading the most recent file 문서와 같이http://winscp.net/eng/docs/script_download_most_recent_file
가장 최근/최신 파일을 선택하는 것과 동일한 WinSCP 명령 줄을 찾고 있습니다. 어떤 아이디어WinSCP 가장 최근 파일 선택
Downloading the most recent file 문서와 같이http://winscp.net/eng/docs/script_download_most_recent_file
에서, get
command의 -latest
switch를 사용
get -latest /home/user/* c:\downloaded\
당신이 명령 줄에 사용하려는 경우, 구문은 같다 :
winscp.com /command "open sftp://user:[email protected]/ -hostkey=""ssh-rsa 2048 xx:xx:xx...""" "get -latest /home/user/* c:\downloaded\" "exit"
"WinSCP 명령 줄 동등"(연결된 페이지에 표시된 WinSCP 스크립트)의 의미에 대해 자세히 설명 할 수 있습니까? –
@MartinPrikryl something 'winscp.com/command "옵션 일괄 중단" "옵션 확인 해제" "sftp : //[email protected]/ -hostkey =" "ssh-rsa 2048 xx : xx : xx. .. "" "exit"' – Siva