Search found 55 matches
- 2020-08-10 10:27
- Forum: FileZilla and FileZilla Server Development
- Topic: Unable to upload file with german characters in filename
- Replies: 11
- Views: 885
Re: Unable to upload file with german characters in filename
The return type of fz::to_native is fz::native_string, which is a variable typedef depending on target operating system. Yes, I understood that -------------------------------------------------------------- Following the code in /src/engine/sftp/filetransfer.cpp, I had also tried removing "L&q...
- 2020-08-08 23:11
- Forum: FileZilla and FileZilla Server Development
- Topic: Unable to upload file with german characters in filename
- Replies: 11
- Views: 885
Re: Unable to upload file with german characters in filename
I also tried #include<codecvt> and all that stuff. However, the FileZilla uses C++17, which does not support the deprecated codecvt Also, I tried converting widechar (std::wstring) to multibyte (std::string) However, it seems that both of these approaches would be anyway useless in my case because o...
- 2020-08-08 23:01
- Forum: FileZilla and FileZilla Server Development
- Topic: Unable to upload file with german characters in filename
- Replies: 11
- Views: 885
Re: Unable to upload file with german characters in filename
Have tried a lot of options, but none of them works. The details of the approaches (after replacing line A & B) & the result while trying to upload german language character filename on Windows Filezilla are: 1) Approach: std::wstring localpath = fz::to_native(localFile)_; //LINE-A std::wstr...
- 2020-08-08 22:58
- Forum: FileZilla and FileZilla Server Development
- Topic: Unable to upload file with german characters in filename
- Replies: 11
- Views: 885
Re: Unable to upload file with german characters in filename
You need to convert from the communication encoding between the stub and FileZilla (which is UTF-8) to the system's native encoding. I explored quite a lot about UTF-8 & UTF-16 from various resources & I tried editing /filezilla/src/engine/storj/file_transfer.cpp My earlier code, which work...
- 2020-08-04 08:58
- Forum: FileZilla and FileZilla Server Development
- Topic: Unable to upload file with german characters in filename
- Replies: 11
- Views: 885
Re: Unable to upload file with german characters in filename
So, the issue is only in Windows.
However, I wonder that if Windows has UTF-16 internally & filezilla has UTF-8 internally, then should not the windows handle that stuff since UTF-16 is a superset of UTF-8 ?
However, I wonder that if Windows has UTF-16 internally & filezilla has UTF-8 internally, then should not the windows handle that stuff since UTF-16 is a superset of UTF-8 ?
- 2020-08-04 07:48
- Forum: FileZilla and FileZilla Server Development
- Topic: Unable to upload file with german characters in filename
- Replies: 11
- Views: 885
Re: Unable to upload file with german characters in filename
I just tested it on Mac & Ubuntu. No such issues were found on them while upload/download of such files. However, in Ubuntu, I need to do the following before running filezilla: export LC_ALL="en_US.UTF-8" (because sometimes, if the most recent local view directory opened in filezilla ...
- 2020-08-03 13:14
- Forum: FileZilla and FileZilla Server Development
- Topic: Unable to upload file with german characters in filename
- Replies: 11
- Views: 885
Unable to upload file with german characters in filename
Hi First of all, thanks for your prompt help again & again :) I have customised FileZilla v3.48.1. It runs successfully for English characters However, I am unable to upload file with name in other languages, for example german . I have a file Hörbücher.txt When I try to upload it to Storj conne...
- 2020-07-08 15:20
- Forum: FileZilla and FileZilla Server Development
- Topic: "fzstorj could not be started" Error
- Replies: 3
- Views: 797
- 2020-07-08 14:55
- Forum: FileZilla and FileZilla Server Development
- Topic: 2 issues while compilation of FileZilla 3.48.1
- Replies: 14
- Views: 1087
Re: 2 issues while compilation of FileZilla 3.48.1
Okay, would definitely try that
Thanks
Thanks
- 2020-07-08 13:12
- Forum: FileZilla and FileZilla Server Development
- Topic: 2 issues while compilation of FileZilla 3.48.1
- Replies: 14
- Views: 1087
Re: 2 issues while compilation of FileZilla 3.48.1
I tried skipping autoreconf -i command. The ./configure command executed successfully However, on running make command, I got similar error related to perl as follows: CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/XYZ/filezilla/config/missing aclocal-1.15 -I m4 /home/...
- 2020-07-07 14:37
- Forum: FileZilla and FileZilla Server Development
- Topic: 2 issues while compilation of FileZilla 3.48.1
- Replies: 14
- Views: 1087
Re: 2 issues while compilation of FileZilla 3.48.1
I had also tried creating a symbolic link for perl as follows: cd /usr/bin && ln -s /mingw64/bin/perl.exe On running this, I got the error ln: failed to create symbolic link './perl.exe': Permission denied Also, on trying the same command with sudo , I got the error -bash: sudo: command not ...
- 2020-07-07 12:07
- Forum: FileZilla and FileZilla Server Development
- Topic: 2 issues while compilation of FileZilla 3.48.1
- Replies: 14
- Views: 1087
Re: 2 issues while compilation of FileZilla 3.48.1
It is NTFS (This issue has come only this time. No such issue was there last time in April/May. I had deleted libfilezilla 0.21.0 + filezilla 3.48.0 & downloaded their latest versions. libfilezilla was compiled successfully. However, on execution of "autoreconf -i" command of filezilla...
- 2020-07-07 08:17
- Forum: FileZilla and FileZilla Server Development
- Topic: 2 issues while compilation of FileZilla 3.48.1
- Replies: 14
- Views: 1087
Re: 2 issues while compilation of FileZilla 3.48.1
The contents of $PATH variable in MSYS2 are: /home/XYZ/prefix/bin:/home/XYZ/prefix/lib:/mingw64/bin:/mingw32/bin:/mingw64/bin:/mingw64/bin/site_perl/5.28.0:/mingw64/bin/vendor_perl:/mingw64/bin/core_perl:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/...
- 2020-07-06 11:16
- Forum: FileZilla and FileZilla Server Development
- Topic: 2 issues while compilation of FileZilla 3.48.1
- Replies: 14
- Views: 1087
Re: 2 issues while compilation of FileZilla 3.48.1
I have actually edited configure.ac
That's why I need to run "autoreconf -i" command necessarily
That's why I need to run "autoreconf -i" command necessarily
- 2020-07-06 11:05
- Forum: FileZilla and FileZilla Server Development
- Topic: 2 issues while compilation of FileZilla 3.48.1
- Replies: 14
- Views: 1087
Re: 2 issues while compilation of FileZilla 3.48.1
Update about issue no. 1: I reinstalled MSys2 and then each & every dependency of FileZilla a) While executing pacman -Syu commands, I took a screenshot of the perl installation in MSYS2 1.png Still now, the same error is displayed on execution of "autoreconf -i" command: -bash: /usr/b...