Custom Query (8105 matches)
Results (187 - 189 of 8105)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#750 | 2.2.9 anonymous connection problem | |||
Description |
2.2.9 cannot connect anonymously to ftp.readmore.biz but 2.2.8d does as well as any other ftp program and the mozilla browser. |
|||
#4482 | fixed | 2048 selection creates 2058 bits size keys | ||
Description |
It looks like when you use the Generate Certificate facility, selecting 2048 bits size will result in a 2058 bits size key. Here's the code : m_country.MakeUpper(); int bits = 1024; if (m_keysize == 1) bits = 2058; else if (m_keysize == 2) bits = 4096; |
|||
#3276 | 2GB limitation for uploading via SFTP | |||
Description |
I am using ubuntu 7.04 and I have filezilla 3.0.0 beta 7. When I try to upload to my openssh server via SFTP it works fine, but if the file is above 2GB it will tell me that the file is already there and ask me if I want to overwrite, which if I do the same question just re-appears. I installed GFTP to see if I'm able to upload the 2GB file and I am able to upload it without a problem, so that I could determine that the problem was with filezilla and not the server. thanks in advance |