iframe 中的 FTP 用户凭据
我有一个包含受保护的 ftp 地址的 iframe,
<iframe id="ftpfrm" src="ftp://ftpserver" </iframe>
但是当我显示该页面时,它不要求输入 ftp 用户名和密码。该框架显示错误页面。 我需要知道是否有办法强制 iframe 请求用户凭据,或者将用户凭据传递给 uframe 标记。
谢谢。
I have an iframe that contains protected ftp address
<iframe id="ftpfrm" src="ftp://ftpserver" </iframe>
But when I display the page, it doesn't ask for ftp user name and password. The frame displays an error page.
I need to know if there's a way to force the iframe to ask for user credentials, or to pass the user credentials to the uframe tag.
thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试以下方法来登录用户(我不推荐):
You could try the following to login the user (which i would not recommend):