Custom Query (8036 matches)
Results (97 - 99 of 8036)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2345 | use existing SSL cert | |||
Description |
I would like to request the ability to use an existing cert generated by IIS. I have purchased an SSL cert for my web page, and would like to use it with FileZilla server as well. Currently FileZilla generates it's own cert and works great, but i would like to be able to use a cert that will not prompt the users. Thanks! |
|||
#2947 | use RESTart-4096 technic in case of uncomplete transmissions | |||
Description |
FileZilla supports APPEND to complete a broken upload. In my case this faild on several tests. I will suggest the technique other FTP-Clients use: In the Upload-Case: 1) Read the Size of the File On Server 2) Use the Restart Command with "Size-4096" Bytes (this is because Servers/Filesystems may preallocate Space for uploaded files and the content of the end of this files may undefined) 3) Upload at the given position Andreas |
|||
#4751 | fixed | use --binary option to create checksum files, as with text mode they fail on Windows | ||
Description |
SHASUM defaults to text mode on Linux, but as Filezilla downloads are binaries the option "--binary" should be used. Binary checksums are marked with a star. This avoids problems on other platforms, e.g. Windows, with different EOL settings (text mode). GNU shasum taken from http://gnuwin32.sourceforge.net/packages/coreutils.htm Example: Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. E:\shasum>dir Volume in drive E is DATA2 Volume Serial Number is 005D-C607 Directory of E:\shasum 16.08.2009 15:48 <DIR> . 16.08.2009 15:48 <DIR> .. 16.08.2009 15:46 318 FileZilla_3.2.7.sha512.fail 16.08.2009 15:47 318 FileZilla_3.2.7.sha512.work 15.08.2009 17:37 6.034.017 FileZilla_3.2.7_win32.zip 15.08.2009 17:37 4.077.360 FileZilla_3.2.7_win32-setup.exe 4 File(s) 10.112.013 bytes 2 Dir(s) 149.570.146.304 bytes free E:\shasum>type FileZilla_3.2.7.sha512.fail 651dcdf54aa716ccb4b418f70bab2866c786aee1b95ac42a3aec8bd7838bbd863d18de094fc5e1aa2940ed2b8d00bbbd767a1d57c12ba7003c39f7052ef98433 FileZilla_3.2.7_win32-setup.ex e 7b89c98608566dc49d9537b6ba6be554b47299338ced5bd132ab0d82755ab61eeb059d78c8621c377609186516252ad3a53bc2f28f8ab6192b04ecbb61f84cc5 FileZilla_3.2.7_win32.zip E:\shasum>shasum -a 512 --check FileZilla_3.2.7.sha512.fail FileZilla_3.2.7_win32-setup.exe: FAILED FileZilla_3.2.7_win32.zip: FAILED shasum: WARNING: 2 of 2 computed checksums did NOT match E:\shasum>type FileZilla_3.2.7.sha512.work 651dcdf54aa716ccb4b418f70bab2866c786aee1b95ac42a3aec8bd7838bbd863d18de094fc5e1aa2940ed2b8d00bbbd767a1d57c12ba7003c39f7052ef98433 *FileZilla_3.2.7_win32-setup.ex e 7b89c98608566dc49d9537b6ba6be554b47299338ced5bd132ab0d82755ab61eeb059d78c8621c377609186516252ad3a53bc2f28f8ab6192b04ecbb61f84cc5 *FileZilla_3.2.7_win32.zip E:\shasum>shasum -a 512 --check FileZilla_3.2.7.sha512.work FileZilla_3.2.7_win32-setup.exe: OK FileZilla_3.2.7_win32.zip: OK E:\shasum> |