0 votes
by (120 points)
edited

Why we can't upload the any file using rebex ftp with chinese charecters?

1 Answer

0 votes
by (144k points)
edited

There are two possible causes:

  • The server doesn't allow uploading files with chinese characters in their names.
  • The server expects the client to use a different charset that it actually uses (this can be specified using Ftp object's Encoding property).

A communication log produced using Ftp object's LogWriter property might make it possible to tell what us going on. Please try producing one and either edit your post to include it or mail it to support@rebex.net for analysis.

...