使用加密的密码访问FTP [英] Access FTP using encrypted Password

查看:389
本文介绍了使用加密的密码访问FTP的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我的程序使用C-sharp编写,需要访问FTP并获取文件.但是我想在发送访问FTP的请求时发送加密的密码,因此它在网络上不会显示为纯文本.但是,要通过FTP进行身份验证,需要一个普通密码,而不是加密形式.

任何人都可以通过编程逻辑步骤来帮助我,以实现使用加密密码访问FTP的编程逻辑步骤吗?

Hi,
My program written in C-sharp, needs to access FTP and get files. BUT i want to send the password encrypted while sending request to access FTP, so it doesn''t appear as plain-text over the network. But for authentication to FTP requires a plain password, not in encrypted form.

Can anyone plase help me with any idea with the programming logical steps to implement accessing FTP using encrypted Password?

推荐答案

使用标准FTP无法做到这一点,但您可以使用FTPS-假设您尝试连接的站点支持FTPS.基本上,您可以将FTP视为HTTPS的FTP等效项.换句话说,它使用SSL进行文件传输.

此处 [此处 [
There''s no way to do this with standard FTP, but you may be able to use FTPS - assuming that the site you are trying to connect to supports it. Basically, you can think of FTPs as being the FTP equivalent of HTTPS; in other words it uses SSL for file transfer.

There''s a demonstration of doing this here[^] on Code Project.

You can find more information about FTPS here[^].


这篇关于使用加密的密码访问FTP的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆