Go Back   FlashFXP Forums > > > >

ioFTPD General New releases, comments, questions regarding the latest version of ioFTPD.

Reply
 
Thread Tools Rate Thread Display Modes
Old 02-21-2019, 07:30 PM   #16
eremini
Junior Member
 
Join Date: Mar 2014
Posts: 4
Default

Hi,

Thank you for the build. But with this build ftprush 1.3 won't connect. Any idea what I can do?

[i] Loading SSL DLL ...
[i] OpenSSL 1.0.2o-fips 27 Mar 2018 (LOCKED)
[1] Connecting to ftp://...:***@...
[1] Connecting to 46.4.97.168:43127
[1] 220 FTP Server ready.
[1] AUTH TLS
[1] 234 AUTH TLS successful.
[1]
[1] Network subsystem is unusable(10091)

In debug.log
OpenSSL error: error:14209102:SSL routines:tls_early_post_process_client_hello:unsup ported protocol

Actually even the ioftpd-start client doesn't connect. But ftprush 2 and flashfxp work
eremini is offline   Reply With Quote
Old 03-09-2019, 02:13 PM   #17
Wildcat01
Junior Member
 
Join Date: Jan 2019
Posts: 1
Default

[1] Network subsystem is unusable(10091)

I've seen this when the openssl files used by that version of ftprush are not up to date. Make sure you have updated your openssl dll files in both the ftprush install directory and in the data folder called out in that version's options menu.

Also, make sure the site that you are connecting to is setup in ftprush as AUTH SSL, not AUTH TLS for your connect. Using AUTH SSL should likely auto switch to TLS as AUTH SSL is degraded but it should hit an older version, not to v1.3, i.e.:
[2] Encryption algorithm: TLSv1.2

I also turned off TSLv1.3 in ioftpd.ini by setting this
Encryption_Protocol = SSL3
as I use ftprush exclusively at the moment.
.
I have no problem with both ftprush v2 and ftprush v1.1.30 and am running ioftpd v7.7.7 and happy with it....
.
Wildcat01 is offline   Reply With Quote
Old 08-04-2019, 11:01 PM   #18
angelshadow
Junior Member
 
Join Date: Aug 2019
Posts: 1
Talking Where to download the ioFTPD v7.7.7

Hi, guys. I want to know where can I download latest ioFTPD v7.7.7 which can support TLS 1.3 ? It will be pleasure if you can reply me with a new url because I can not access to "https://mega.nz/#!AJknjSwR!Id4TO4Xi5kqqCZvaIX0fyF3d-lFUrJRwRrbPZho6apo" with my network!

Thank you very much
angelshadow is offline   Reply With Quote
Old 02-03-2020, 11:59 PM   #19
Prodigy
Member
FlashFXP Registered User
 
Join Date: Jul 2009
Posts: 53
Default

@angelshadown
Join the ioFTPD discord server, https://discord.gg/j6GGPXg .
Prodigy is offline   Reply With Quote
Old 01-01-2021, 11:59 AM   #20
sun
Junior Member
 
Join Date: Dec 2020
Location: GERMANY
Posts: 8
Default

huhu

hat jemand download link bitte
sun is offline   Reply With Quote
Old 02-01-2021, 07:18 AM   #21
UltraFine
Junior Member
 
Join Date: Nov 2018
Posts: 26
Default

The original v7.7.3 sources found here: https://github.com/DigitalTuna/ioFTPD-v7.7.3
Discord community here: https://discord.gg/j6GGPXg
Current Prodigy v7.7.9.5-1 release: https://mega.nz/file/xMVAQTaA#M20m2k...JHOEcSIv3pPMxw
UltraFine is offline   Reply With Quote
Old 02-07-2021, 05:43 PM   #22
larazaa
Junior Member
 
Join Date: Nov 2012
Location: G3RM4NY
Posts: 8
Default

Prodigy v7.7.7.10006-1 Release : https://www.sendspace.com/file/3hdxvm
larazaa is offline   Reply With Quote
Old 03-19-2021, 12:36 PM   #23
mantonio1965
Member
 
Join Date: Aug 2007
Posts: 37
Default

Quote:
Originally Posted by UltraFine View Post
The original v7.7.3 sources found here: https://github.com/DigitalTuna/ioFTPD-v7.7.3
Discord community here: https://discord.gg/j6GGPXg
Current Prodigy v7.7.9.5-1 release: https://mega.nz/file/xMVAQTaA#M20m2k...JHOEcSIv3pPMxw
Attempt to access the mega account fires a crypto key request prior access. Would you mind fix the link above or provide the necessary information, please? As it seems you copied the URL to this repo as the link contains "..." in its target URL, which is very untypical and a clear hint that an incomplete link has been copied and pasted.
mantonio1965 is offline   Reply With Quote
Old 04-06-2021, 02:04 AM   #24
Prodigy
Member
FlashFXP Registered User
 
Join Date: Jul 2009
Posts: 53
Default

ioFTPD v7.7.9.6

Code:
v7.7.9.6 Release Notes:
* Updated into OpenSSL 1.1.1l-dev
* Changed compiler into Microsoft VC 2019 16.9.3
* Fixes crashes when user has no hostname
* Fixes persistent TLS version being applied, now TLS option that has been chosen/setup is being applied properly
* ECDSA related code fixes

v7.7.9 Release Notes:
* Updated into OpenSSL 1.1.1h-dev
* Changed compiler into Microsoft VC 2019 16.7.4
we moved into ECDSA you need to delete & re-generate the ioFTPD.pem, ioFTPD.key, ioFTPD.dhp 

How to update :
*Stop the ioFTPD & delete or replace all *.exe & *.dll files inside the (for example c:\ioFTPD).

v7.7.8 Release Notes:
* Updated into OpenSSL 1.1.1g-dev
* Added IP and Hostname into OpenSSL connection related errors log.
* Changed compiler into Microsoft VC 2019 16.5.3
* Changed the default certificate to use ECDSA instead of RSA (Code credit by  Wargon @ IRC), since
we moved into ECDSA you need to delete & re-generate the ioFTPD.pem, ioFTPD.key, ioFTPD.dhp
Quote:
How to update :
*Stop the ioFTPD & delete or replace all *.exe & *.dll files inside the (for example c:\ioFTPD).
*Make comparison of ioFTPD.ini from my build with your current one, make necessary addition or removal of either newly added option or removal of option.
Needed Runtime https://aka.ms/vs/16/release/vc_redist.x86.exe

About release versioning in ioFTPD major.primary.minor.secondary-build-revision (example: 7.7.8.10001-1)

Download :
Code:
https://mega.nz/file/JBci0DhT#w4CnmX49m-0mbECFRCBLjNmLsIN3mN40wK2raB99f-E
Warning Notes :
  • Incompatibility issue with SmartFTP client!, use either FlashFXP patched version with supports for OpenSSL 1.1.1, or FileZilla or FtpRush v2.x

Later will be posted on discord!.
Prodigy is offline   Reply With Quote
Reply

Tags
curl, download, ftp, tls, upload

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 05:13 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)