1

私は学生で、netBean php リモート サーバーを初めて使用します。netbeans(実行中)を介してphpファイルをリモートサーバーにアップロードしようとしていました。実行構成のすべてが正しいと確信しています。ftp情報は正しいです。そのフォルダーにファイルをアップロードする権利があります。

そして、このエラーが発生します: メッセージプロンプト:

"Cannot logout from server *name. Reason 250 OK. Current directory: *dir name"

ログ:

Log in output window:
220---------- Welcome to Pure-FTPd [privsep] ----------
220-You are user number 17 of 500 allowed.
220-Local time is now 04:13. Server port: 21.
220-This is a private system - No anonymous login
220 You will be disconnected after 3 minutes of inactivity.
USER a4514022
331 User a4514022 OK. Password required
PASS ******
230-OK. Current restricted directory is /
230-362 files used (3%) - authorized: 10000 files
230 2476 Kbytes used (0%) - authorized: 1536000 Kb
TYPE I
200 TYPE is now 8-bit binary
CWD /public_html
250 OK. Current directory is /public_html
CWD /public_html
250 OK. Current directory is /public_html

概要

失敗しました: ファイル test.php ファイル test.php をアップロードできません (不明な理由)。実行時間: 408 ミリ秒、転送: 0 ファイル、0 KB

何が起こるかわかりません。修正方法は?私はnetbean 6.9.1、windows 7、およびjava ver 7 (build 1.7.0_05) platform 1.7を使用しています。これらの番号は、どれがバージョンかわかりません。私はそれらすべてをそこに置きました。私はこの問題に遭遇することはめったにないようです...

4

3 に答える 3

0

私はあなたがこれを尋ねたことを知っています、そしておそらくあなたの問題は解決しましたが、私は別の問題のためにこれを書きます; 最初にプロキシを確認します。[ツール] > [オプション] > [プロキシ設定] を選択し、「プロキシなし」に設定します。おそらく解決されるでしょう。

于 2016-11-21T08:44:52.763 に答える
0

This answer comes even later. I also had the error and ended up here in search.

My mistake was that I had the file I wanted to download in editing with another reader (outside Netbeans). In other words, the downloaded file could not be saved to local filesystem, because the opened file prevented that.

于 2021-02-22T21:35:52.523 に答える