Issue no. 2 got resolved by removing Windows-like CRLF endings and characters which were incompatible for Ubuntu & Mac
Thanks
Search found 55 matches
- 2020-07-04 14:22
- Forum: FileZilla and FileZilla Server Development
- Topic: 2 issues while compilation of FileZilla 3.48.1
- Replies: 14
- Views: 1197
- 2020-07-04 14:19
- Forum: FileZilla and FileZilla Server Development
- Topic: "fzstorj could not be started" Error
- Replies: 3
- Views: 802
Re: "fzstorj could not be started" Error
UPDATE: I cross-checked my customised storj-functionality code by extracting some of that code in a C++ file & it compiled and ran successfully in terminal However, the issue that Filezilla displays "fzstorj could not be started" seems to be probably due to incorrect inclusion of .so f...
- 2020-07-03 16:04
- Forum: FileZilla and FileZilla Server Development
- Topic: "fzstorj could not be started" Error
- Replies: 3
- Views: 802
"fzstorj could not be started" Error
Hi! I am customising storj connection in FileZIlla to Storj-Uplink C latest v1.0.5 For that, I had edited some front-end and backend files. It compiled successfully. Hoever, while logging on by Storj credentials, I see the following in my message window: Status: Connecting to us-central-1.tardigrade...
- 2020-07-02 16:04
- Forum: FileZilla and FileZilla Server Development
- Topic: 2 issues while compilation of FileZilla 3.48.1
- Replies: 14
- Views: 1197
Re: 2 issues while compilation of FileZilla 3.48.1
Issue no. 1: Have reinstalled perl in Msys2 and the following output is displayed: $ pacman -S perl warning: perl-5.30.3-1 is up to date -- reinstalling resolving dependencies... looking for conflicting packages... Packages (1) perl-5.30.3-1 Total Installed Size: 50.67 MiB Net Upgrade Size: 0.00 MiB...
- 2020-07-02 13:00
- Forum: FileZilla and FileZilla Server Development
- Topic: 2 issues while compilation of FileZilla 3.48.1
- Replies: 14
- Views: 1197
Re: 2 issues while compilation of FileZilla 3.48.1
Issue No. 1) is not observed while libfilezilla 0.22.0 compilation in Mac However, issue no. 2) (i.e. rwmutex.hpp file not found in libfilezilla 0.22.0) is also observed while FileZilla 3.48.1 compilation in Mac. (The FileZilla-Mac compilation website states that we should use download.filezilla-pro...
- 2020-07-02 09:06
- Forum: FileZilla and FileZilla Server Development
- Topic: 2 issues while compilation of FileZilla 3.48.1
- Replies: 14
- Views: 1197
2 issues while compilation of FileZilla 3.48.1
Hi! Thanks for the great product! I am trying to compile the updated FileZilla 3.48.1 on Windows. While running the ./configure command of filezilla in MSYS2-Mingw64 terminal, it showed the error: configure: error: libfilezilla not found: Requested 'libfilezilla >= 0.22.0' but version of libfilezill...
- 2020-05-14 18:01
- Forum: FileZilla and FileZilla Server Development
- Topic: Unable to download Storj file with whitespace in the filename
- Replies: 4
- Views: 1081
Re: Unable to download Storj file with whitespace in the filename
I realised that the same error also comes while deleting a file with whitespace in its name.
So, edited the following files:
i) /src/storj/fzstorj.cpp
ii) /src/engine/storj/delete.cpp
iii) /src/engine/storj/file_transfer.cpp
Now, it is working fine.
Thanks
So, edited the following files:
i) /src/storj/fzstorj.cpp
ii) /src/engine/storj/delete.cpp
iii) /src/engine/storj/file_transfer.cpp
Now, it is working fine.
Thanks
- 2020-05-14 17:57
- Forum: FileZilla and FileZilla Server Development
- Topic: How to create FileZilla distributable from source for Linux?
- Replies: 5
- Views: 902
Re: How to create FileZilla distributable from source for Linux?
I tried strip --strip-debug command & the distributable size got compressed to around 25% of the original size.
Thanks
Thanks
- 2020-05-14 17:52
- Forum: FileZilla and FileZilla Server Development
- Topic: Unable to compile FileZilla 3.48.0 with Storj-enable
- Replies: 4
- Views: 838
Re: Unable to compile FileZilla 3.48.0 with Storj-enable
The fzprintf(storjEvent::Transfer,"...") method worked.
Thanks
Thanks
- 2020-05-13 08:29
- Forum: FileZilla and FileZilla Server Development
- Topic: Unable to download Storj file with whitespace in the filename
- Replies: 4
- Views: 1081
Re: Unable to download Storj file with whitespace in the filename
Have compared both the old fzstorj.cpp ( https://svn.filezilla-project.org/svn/FileZilla3/branches/3.41.x/src/storj/fzstorj.cpp ) as well as the latest fzstorj.cpp ( https://svn.filezilla-project.org/svn/FileZilla3/trunk/src/storj/fzstorj.cpp ). The else if (command == "get") { part of the...
- 2020-05-13 07:33
- Forum: FileZilla and FileZilla Server Development
- Topic: Unable to download Storj file with whitespace in the filename
- Replies: 4
- Views: 1081
Unable to download Storj file with whitespace in the filename
Hi! I am able to upload/download a file with whitespace in its name from SFTP sever using FileZIlla I am able to upload such files to Storj But, I am unable to download such files from Storj . Suppose the remote file name, which I want to download, is A B C.txt Now, when I try to download this file,...
- 2020-05-12 19:20
- Forum: FileZilla and FileZilla Server Development
- Topic: Undeclared identifier errors while cross-compiling the dependencies
- Replies: 2
- Views: 682
Re: Undeclared identifier errors while cross-compiling the dependencies
It worked! Thanks again!



- 2020-05-12 08:02
- Forum: FileZilla and FileZilla Server Development
- Topic: Undeclared identifier errors while cross-compiling the dependencies
- Replies: 2
- Views: 682
Undeclared identifier errors while cross-compiling the dependencies
Hi! I am trying to cross-compile FileZilla for Windows from Ubuntu by following https://wiki.filezilla-project.org/Cross_Compiling_FileZilla_3_for_Windows_under_Ubuntu_or_Debian_GNU/Linux I have successfully compiled upto Nettle dependency. While compiling GnuTLS 3.6.8 : 1) On executing ./configure ...
- 2020-05-09 08:42
- Forum: FileZilla and FileZilla Server Development
- Topic: How to create FileZilla distributable from source for Linux?
- Replies: 5
- Views: 902
Re: How to create FileZilla distributable from source for Linux?
There is one more issue. The filezilla distributable, which I created by making a .zip of the prefix folder, is around 110 MB, whereas the Linux 64-bit binary size as seen from https://filezilla-project.org/download.php?show_all=1 official downloads webpage is around 9-10 MB for the same version 3.4...
- 2020-05-06 07:12
- Forum: FileZilla and FileZilla Server Development
- Topic: Unable to compile FileZilla 3.48.0 with Storj-enable
- Replies: 4
- Views: 838
Re: Unable to compile FileZilla 3.48.0 with Storj-enable
I used a custom Storj golang source code, which I binded as C library. After that, I was able to successfully run FileZilla without using libstorj . I am able to successfully download/upload files from/to Storj. But, in the Transfer Queue Bar, the progress bar appears for a second only when the file...