如何查看端口587,25,110,465,995,143和993上使用的SSL证书详细信息
我需要检查使用哪个域名来保护这些端口.
我在这里和谷歌搜索但找不到任何东西!
我正在使用YAMM为Bootstrap创建一个大型菜单,但我无法弄清楚如何在mouseover/hover上显示菜单.目前它只出现在点击.
<div class="container">
<div class="navbar yamm">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target="#nav1">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="#"> Yamm Megamenu </a>
<div class="nav-collapse collapse" id="nav1">
<ul class="nav">
<!-- Classic list -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"> List <b class="caret"></b> </a>
<ul class="dropdown-menu">
<li>
<!-- Content container to add padding -->
<div class="yamm-content">
<ul class="span2 unstyled">
<li><p><strong>Section Title</strong></p></li>
<li>
List Item
</li>
<li>
List Item
</li>
<li>
List Item
</li> …Run Code Online (Sandbox Code Playgroud) 这是我的计划:
Application.FTP.Host:= vHost;
Application.FTP.Port:= vPort;
try
Application.FTP.AutoLogin := false;
Application.FTP.Connect;
Application.FTP.IOHandler.RecvBufferSize := 2048;
Run Code Online (Sandbox Code Playgroud)
我TIdFTP在Delphi XE3中使用组件.
我想我必须使用这样的东西......
Application.FTP.UseTLS := utUseRequireTLS;
Run Code Online (Sandbox Code Playgroud)
但是编译器不喜欢那条线
如何让我的FTP应用程序使用FTPS?
我正在使用psftp.exe从服务器下载文件.我下载这些文件后是否有一种简单的方法可以删除这些文件,但下次下载时可能会留下服务器上可能出现的新文件?
这是我的命令行:
psftp.exe domain.com -i keys\private.ppk
get *.xml
Run Code Online (Sandbox Code Playgroud)
编辑:我想将文件从Linux机器下载到Windows PC.
batch-file ×1
certificate ×1
delphi ×1
delphi-xe3 ×1
email ×1
file-io ×1
ftp ×1
ftps ×1
indy ×1
javascript ×1
megamenu ×1
ports ×1
sftp ×1
ssh ×1
ssl ×1
telnet ×1