1

ファイルをアップロードできません。次の場所でハングします:

150 opening data connection for file.txt

接続は問題ないようです。次のスクリプトを実行します。

open proxyserver proxyport
user@ftp.something.com
password
cd try
bin
quote pasv
put C:\file.txt
quit

ctrl+c で接続を閉じる以外に選択肢がなく、次のメッセージが表示されます。

425 Can't open data connection.
421 Service not available, closing control connection.

filezilla では問題ありませんが、バッチを使用する必要があります。ご回答ありがとうございます。

4

1 に答える 1

0

このアドバイスについては、次の URL を参照してください。

引用終了Many FTP clients do not support PASV transfers. For example, the standard FTP.EXE built into Windows does not support this feature. The user can still do a "quote PASV", which will tell the server to enter PASV mode, but the client still will not work in this mode. (This is a common problem, users enter "quote PASV" but things still don't work). 引用

ncftp を使用 - http://www.ncftp.comから無料で入手可能

http://www.pcreview.co.uk/forums/configure-ftp-exe-use-passive-mode-pasv-t3655119.html

于 2013-05-30T09:32:18.780 に答える