i need to know the configuration as i'm behind fi (wodFtpDLX / wodFtpDLX.NET)
by noufal, Tuesday, July 22, 2008, 13:55 (5969 days ago)
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
by woddrazen, Tuesday, July 22, 2008, 14:32 (5969 days ago) @ noufal
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
by Noufal, Wednesday, July 23, 2008, 04:57 (5969 days ago) @ woddrazen
Thanks.
One more thing, which level of encryption is used
Re: i need to know the configuration as i'm
by woddrazen, Wednesday, July 23, 2008, 11:14 (5968 days ago) @ Noufal
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
by Noufal, Thursday, July 24, 2008, 06:49 (5967 days ago) @ woddrazen
Does it support SSL 3.0
Re: i need to know the configuration as i'm beh
by Noufal, Thursday, July 24, 2008, 08:17 (5967 days ago) @ Noufal
And which level of SSL encryption it supports?
Re: i need to know the configuration as i'm
by woddrazen, Thursday, July 24, 2008, 09:22 (5967 days ago) @ Noufal
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
by Noufal, Thursday, July 24, 2008, 11:17 (5967 days ago) @ woddrazen
Is SSL mechanism in wodFTP same as wodHTTP?
Re: i need to know the configuration as i'm
by woddrazen, Thursday, July 24, 2008, 11:21 (5967 days ago) @ Noufal
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
by Noufal, Thursday, July 24, 2008, 11:50 (5967 days ago) @ woddrazen
can I have the diagram or document of communication flow.
Re: i need to know the configuration as i'm
by woddrazen, Thursday, July 24, 2008, 11:58 (5967 days ago) @ Noufal
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
by noufal, Friday, July 25, 2008, 10:51 (5966 days ago) @ woddrazen
Which port used by FTPSwithdata, is it 21
Re: i need to know the configuration as i'm beh
by noufal, Friday, July 25, 2008, 10:53 (5966 days ago) @ noufal
Document about communication flow in SSL certificate authentication and in data encryption.
Re: i need to know the configuration as i'm
by woddrazen, Friday, July 25, 2008, 13:05 (5966 days ago) @ noufal
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
by noufal, Friday, July 25, 2008, 14:10 (5966 days ago) @ woddrazen
Thanks