cancel
Showing results for 
Search instead for 
Did you mean: 

SFTP question

Former Member
0 Kudos

Hi ,

Im trying to devlop a java proxy that creates a SFTP session.

My question is , does SFTP encrypt only the session or does it enrypt the file that im transmitting too?

Accepted Solutions (1)

Accepted Solutions (1)

iprieto
Contributor
0 Kudos

Hi,

SFTP encrypt session and data like SCP.

Regards

Ivá

Former Member
0 Kudos

Should i do the file encryption using separate java libraries or is it taken care of when by the SFTP session i create?

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>Should i do the file encryption using separate java libraries or is it taken care of when by the SFTP session i create?

it will be handled by the session

Regards,

Michal Krawczyk

Answers (0)