filezilla cannot connect ftp

Asked 2 years ago, Updated 2 years ago, 55 views

I am using a mac.
The following error occurs when attempting ftp connection on filezilla:

Conditions: Resolving xx.xserver.jp address
Conditions: Connecting to xxx.xx.xxx.xx:xx...
Conditions: Connection established, waiting for welcome message...
Conditions: Initializing TLS...
Conditions: Validating certificate...
Conditions: TLS connection established.
Condition : Server does not support non-ASCII characters.
Conditions: Logged in
Conditions: Retrieving directory listing...
commands:PWD
Response: 257"/" is the current directory
commands:TYPE I
Response: 200 Type set to I
commands:PASV
Response: 227 Entering Passive Mode (xxx, xx, xxx, xxx, xxx, xxx, xxx).
commands:MLSD
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listing
Conditions: Disconnected from server

Also, the support desk of the x server told me to change the MLSD to LIST, but
No such configuration items found.

ftp

2022-09-29 20:28

1 Answers

I think Japanese (Chinese characters and kana characters) are included in the file name.

"The server does not support non-ASCII characters" indicates that FileZilla can only handle ASCII characters.

I think the Japanese character code for Mac is Unicode, so please open FileZilla site manager and enter Unicode in the custom character code field in Character Set.
If Unicode doesn't work, try utf-8 (I don't use a Mac, so I haven't been able to verify it).


2022-09-29 20:28

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.