我希望能够创建一个将登录到指定FTP的批处理文件。然后我希望它更改为FTP中的其他目录。获取目录列表并将其保存到本地计算机上的文本文件中。以下是进一步深入列出的步骤。
在日志中我会像
一样 Volume in drive C is Windows7_OS
Volume Serial Number is 0C7F-0C9A
Directory of C:\DownloadedCalls
07/17/2014 12:12 PM <DIR> .
07/17/2014 12:12 PM <DIR> ..
07/17/2014 12:12 PM 0 2014-07-17.txt
07/17/2014 12:07 PM 532 .txt
07/17/2014 12:06 PM 487 DirContents.txt
07/17/2014 12:12 PM 457 File_Verification_Local.bat
07/17/2014 12:04 PM 153 File_Verification_Remote.bat
07/17/2014 12:11 PM 387 test.bat
6 File(s) 2,016 bytes
2 Dir(s) 164,147,605,504 bytes free
请帮忙!
答案 0 :(得分:0)
您可以使用cURL在一行中执行此操作:
curl ftp://username:password@hostname.tld/path/to/directory/
要将结果存储到本地文件,只需使用重定向。