i need to know the configuration as i'm behind fi (wodFtpDLX / wodFtpDLX.NET)

by noufal @, (6134 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 ?

locked

Re: i need to know the configuration as i'm beh

by woddrazen @, (6134 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

locked

Re: i need to know the configuration as i'm beh

by Noufal @, (6134 days ago) @ woddrazen

Thanks.
One more thing, which level of encryption is used

locked

Re: i need to know the configuration as i'm beh

by Noufal @, (6133 days ago) @ woddrazen

Does it support SSL 3.0

locked

Re: i need to know the configuration as i'm beh

by Noufal @, (6133 days ago) @ Noufal

And which level of SSL encryption it supports?

locked

Re: i need to know the configuration as i'm

by woddrazen @, (6132 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

locked

Re: i need to know the configuration as i'm beh

by Noufal @, (6132 days ago) @ woddrazen

Is SSL mechanism in wodFTP same as wodHTTP?

locked

Re: i need to know the configuration as i'm

by woddrazen @, (6132 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

locked

Re: i need to know the configuration as i'm beh

by Noufal @, (6132 days ago) @ woddrazen

can I have the diagram or document of communication flow.

locked

Re: i need to know the configuration as i'm

by woddrazen @, (6132 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

locked

Re: i need to know the configuration as i'm beh

by noufal @, (6131 days ago) @ woddrazen

Which port used by FTPSwithdata, is it 21

locked

Re: i need to know the configuration as i'm beh

by noufal @, (6131 days ago) @ noufal

Document about communication flow in SSL certificate authentication and in data encryption.

locked

Re: i need to know the configuration as i'm

by woddrazen @, (6131 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

locked

Re: i need to know the configuration as i'm beh

by noufal @, (6131 days ago) @ woddrazen

Thanks

locked