i need to know the configuration as i'm behind fi (wodFtpDLX / wodFtpDLX.NET)
I'm working behind a firewall so i need to know some configuration settings, pls help
What is it's encryption level for authentication and data transfer ?
How the authentication process is happening ?
what are the source and destination ports used ?
Re: i need to know the configuration as i'm beh
Hi Noufal,
Encryption and authentication should be same behind firewall and without it. Proxy settings is supported in wodFtpDLX if you need it. If I maybe didn't understand you question correctly please explain it again and we will try to help you.
More help for ProxyType Property you can find here:
http://www.weonlydo.com/FtpDLX/Help/wodFtpDLXLib~wodFtpDLX~ProxyType.html
You need to be able to connect from your network to port where your server is. If your server using FTP protocol, default port is 21. For SFTP default port is 22 and for FTPS implicit default port is 990. Please check if server port is open in your firewall.
More help for Protocol Property you can find here:
http://www.weonlydo.com/FtpDLX/Help/wodFtpDLXLib~wodFtpDLX~Protocol.html
Are you maybe able to connect to your server with some other FTP client like FileZilla for example?
Let us know how it goes.
Regards,
Drazen
Re: i need to know the configuration as i'm beh
Thanks.
One more thing, which level of encryption is used
Re: i need to know the configuration as i'm
Noufal,
You can set manually encryption using wodSFTP Encryption Property.
More help for Encryption Property you can find here:
http://www.weonlydo.com/SFTP/Help/wodSFTPLib~wodSFTP~Encryption.html
Default encryption algorithm is AES128.
Drazen
Re: i need to know the configuration as i'm beh
Does it support SSL 3.0
Re: i need to know the configuration as i'm beh
And which level of SSL encryption it supports?
Re: i need to know the configuration as i'm
Noufal,
SSL 3.0 is supported. You can see list of SSL types tha tis supported in wodHttpDLX in Secure Property.
More help for Secure Property you can find here:
http://www.weonlydo.com/HttpDLX/Help/wodHttpDLXLib~wodHttpDLX~Secure.html
using that property you can change SSL you want to use.
Drazen
Re: i need to know the configuration as i'm beh
Is SSL mechanism in wodFTP same as wodHTTP?
Re: i need to know the configuration as i'm
Noufal,
...ooops I somehow missed that you aren't using wodHttpDLX. When you asked for SSL wodHttpDLX first comes to my mine.
wodFtpDLX support SSL and version of SSL is 3.0
You can change protocol to FTP+SSL using wodFtpDLX Protocol Property.
Drazen
Re: i need to know the configuration as i'm beh
can I have the diagram or document of communication flow.
Re: i need to know the configuration as i'm
Noufal,
Can you please give us more info which document of communication flow you need? About FTP or SSL or something else?
Drazen
Re: i need to know the configuration as i'm beh
Which port used by FTPSwithdata, is it 21
Re: i need to know the configuration as i'm beh
Document about communication flow in SSL certificate authentication and in data encryption.
Re: i need to know the configuration as i'm
Noufal,
Default port for FTPSWithData protocol is 21. We don't have extra documentation beside our help file.
More help for Protocol Property and FTPS you can find here:
http://www.weonlydo.com/FtpDLX/Help/wodFtpDLXLib~wodFtpDLX~Protocol.html
I have found this article about FTPS protocol:
http://en.wikipedia.org/wiki/FTPS
More help about Authentication Property you can find here:
http://www.weonlydo.com/FtpDLX/Help/wodFtpDLXLib~wodFtpDLX~Authentication.html
You can find here more about Certificate and publick key infrastructure:
http://en.wikipedia.org/wiki/Certificate_authority
http://en.wikipedia.org/wiki/Public_key_infrastructure
More help for Encryption Property you can find here:
http://www.weonlydo.com/FtpDLX/Help/wodFtpDLXLib~wodFtpDLX~Encryption.html
Here is articles about some common encryption cipher that is used in Encryption Property:
http://en.wikipedia.org/wiki/Advanced_Encryption_Standard
http://en.wikipedia.org/wiki/Blowfish_(cipher)
http://en.wikipedia.org/wiki/Data_Encryption_Standard
Hope this helps.
Drazen
Re: i need to know the configuration as i'm beh
Thanks