我有一个批处理文件,其中包含以下行...
ftp < ftpcom.txt
ftpcom.txt文件包含......
的内容open ftp.mysite.com
myusername
mypassword
cd public_html
cd subdirectory
mput afile.txt
y
quit
这已经在我的Windows 10 PC上完美运行了一段时间但我暂时被迫切换到旧的Windows 7 PC,现在它被卡在密码上。即我看到它已经连接到ftp.mysite.com并且已经读取了我的用户名并且现在要求输入密码(我看到文本&#34;密码:&#34;)但是之后我什么都看不到。 DOS框只是卡住了 - 好像它正在等待有人输入密码。也许有一些Windows 7功能,ftp拒绝接受文件中的密码?
显然,这可能不是Windows 7对10的问题 - 可能只是一些不正确的配置设置。
答案 0 :(得分:1)
如果您运行ftp /?
,请从-s:filename Specifies a text file containing FTP commands;
the commands will automatically run after FTP starts.
获得一些帮助。让我们关注这个帮助输出的一个特定部分。
{{1}}