当前位置 博文首页 > softp服务器历史版本列表,linux怎么查看vsftp版本

    softp服务器历史版本列表,linux怎么查看vsftp版本

    作者:xiaoyingying 时间:2021-08-23 15:24

        IIS7批量FTP管理功能说明:
        1、可批量导入,导出FTP信息
        2、其他ftp工具有的功能,我们也有
        3、特色功能:可以定时上传下载
        4、数据信息列表化、一眼就能知道那个是那个
        5、批量连接标签页式切换方便快捷
        6、7大连接模式更多好的兼容
        7、内嵌编辑器有效解决普通txt记事本乱码
        8、锁屏功能当程序有规定时间内没人操作,则自动锁程序。输入密码才可以正常操作
        本产品适用于:懒得记录FTP信息和有批量定时备份,上传下载的运维或站长。
        下载地址:http://ftp.iis7.com/
        图片:
       
        linux版本比较多,具体命令可能不太一样,以redhat为例:
        1首先将iso文件挂载,mount-tiso9660-oloop/dev/sr0/mnt/cdrom
        2创建本地yum源,修改/etc/yum.repos.d//rhel-debuginfo.repo文件
        编辑内容如下:
        [rhel-debuginfo-Server]
        name=Server
        baseurl=file:///mnt/cdrom/Server
        enabled=1
        gpgcheck=0
        [rhel-debuginfo-Cluster]
        name=Cluster
        baseurl=file:///mnt/cdrom/Cluster
        enabled=1
        gpgcheck=0
        [rhel-debuginfo-ClusterStorage]
        name=ClusterStorage
        baseurl=file:///mnt/cdrom/ClusterStorage
        enabled=1
        gpgcheck=0
        [rhel-debuginfo-VT]
        name=VT
        baseurl=file:///mnt/cdrom/VT
        enabled=1?
        gpgcheck=0
        gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
        保存退出
        3安装vsftp
        使用命令,yuminstallvsftpd-y
        4启动vsftp
        servicevsftpdstart
        servicevsftpdenable
        原文:https://blog.csdn.net/weixin_33425215/article/details/116635005