1. FTP可以用HTTP代替吗
不理解你说的什么意思;
如果你说的是使用HTTP服务器替代FTP服务器当然是可以,HTTP能处理的数据类型更加多样。
如果你说的是登录的FTP的时候把前缀FTP修改成HTTP,那这样是不允许的。
2. 企业网盘可以替代FTP服务器吗
这个应该是可以替代FTP服务器的,FTP对于一个企业来说,主要在于文档存储及管理,而企业网盘不仅有文档存储及管理,还具备组织权限管理,一方面有利于企业内部的文件管理,另一方面也可以外链分享给客户,比如我现在用的联想企业网盘,很方便,很人性化。
3. ftp被什么取代
应该是被网盘所取代了。
4. win服务器上怎么用git替代ftp
使用阿里云Ubuntu 12.0.4 64位操作系统做git服务器。 首先git服务器有两种访问方式可以选择:http方式和ssh的方式,http方式更容易使用。 1、http方式的git服务器搭建以及使用git命令行访问: On the Server 1) Install Ubuntu Server, this is the base of our git server obviously 2) Now we need to install a couple of packages, these being ‘git-core’ and ‘apache2′, we do this like so:- apt-get update apt-get install apache2 git-core 3) Now we need to create a new folder for your new repository and set some inital permissons, we do this like so:- cd /var/www mkdir test-repo.git cd test-repo.git git --bare init git update-server-info chown -R www-data.www-data . 4) We now need to enable WebDAV on Apache2 of which we will use to serve the repository:- a2enmod dav_fs 5) We now need to configure the access restrictions to our repository by creating the following file:- /etc/apache2/conf.d/git.conf Then fill it in with the following content:- <Location /test-repo.git> DAV on AuthType Basic AuthName "Git" AuthUserFile /etc/apache2/passwd.git Require valid-user </Location> Then save and close the file, lets move on to the next bit.. 6) Next we need to create a user account of which you will need to use to browse of commit to the repository.. htpasswd -c /etc/apache2/passwd.git <user> You could then be prompted to enter the password for the user too and confirm it! 7) Ok that’s it for the server side configuration… we just need to restart Apache2 like so and then we should be ready to move on to the client side stuff! /etc/init.d/apache2 restart …you can now move on to the client side stuff! On the client side Ok so now we need to create a local (on your desktop machine) repository and then we’ll initiate the new remote repository… So, if your using Linux/MacOSX bring up the terminal and type the following commands:- mkdir ~/Desktop/test-project cd ~/Desktop/test-project git init git remote add origin <user>@<server name or IP address>/test-project.git touch README git add . git commit -a -m “Initial import” git push origin master Done! – Your intiial file named ‘README’ which currently is just blank has now been committed and you’ve pushed your code to your new git server which has now completed the Git reposity creation process, now in future you can ‘clone’ your resposity like so:- git clone <user>@<server name or IP address>/test-project.git 注意上面连接<user>@<server name or IP address>/test-project.git中的user就是你htpasswd -c /etc/apache2/passwd.git <user>输入的用户名。 另外新建仓库的时候,只需执行: cd /var/www mkdir 项目名 cd 项目名 git --bare init git update-server-info chown -R www-data.www-data . 然后在/etc/apache2/conf.d/git.conf中对应添加上面类似段即可。 其中: AuthUserFile 密码文件名 后面的文件就是你指定的密码文件,你可以 htpasswd -c 密码文件名 <user> 对应指定该项目的用户名和密码即可。添加用户是不要-c参数: htpasswd 密码文件名 <user>
5. FTP的传输工具现在是不是已经过时没人用了啊是不是被别的工具取代了啊
没有取代。
CuteFTP,FlashFXP仍旧是装机必备的FTP工具。
说到底,“过时”这种说法,没有意义。只要自己觉得好用就行了。多比对几个软件,觉得哪个顺手就用哪个。
另外,迅雷和快车取代不了。它们现在还不能自由浏览FTP站点的目录和文件。
6. ssh可以替代ftp吗
要看怎么说,ssh协议也有sftp可以上传文件下载文件 但是ftp和sftp应用各有特色怎么适合怎么用吧,如果想了解Linux更多服务可以看看《linux就该这么学》网上免费就能下载
7. FTP有什么替代解决方案吗
如果是想用ftp做文件服务器,强烈推荐你用爱米云共享网盘,完全可以代替ftp。分分钟就用起来了,比ftp简单多了!尤其是对管理员,不用那么麻烦的配置,文件和权限管理都非常简单。对windows系统兼容性都比较好,server2003到2012都支持
8. 网盘能够替代FTP吗,主要有什么优势
这个应该是可以替代FTP服务器的,FTP对于一个企业来说,主要在于文档存储及管理,而企业网盘不仅有文档存储及管理,还具备组织权限管理,一方面有利于企业内部的文件管理,另一方面也可以外链分享给客户,比如我现在用的联想企业网盘,很方便,很人性化。
9. OA服务器能代替web、ftp服务器么
不会怎么样,没什么问题,只是OA服务器和其他WEB服务器会形成冲突,因为他们共用80端口。FTP服务器用的是21端口,不形成冲突
10. ftp是什么意思
FTP 是File Transfer Protocol(文件传输协议)的英文简称,而中文简称为“文传协议”。用于Internet上的控制文件的双向传输。同时,它也是一个应用程序(Application)。
FTP是一个8位的客户端-服务器协议,能操作任何类型的文件而不需要进一步处理,就像MIME或Unicode一样。但是,FTP有着极高的延时,这意味着,从开始请求到第一次接收需求数据之间的时间,会非常长;并且不时的必须执行一些冗长的登录进程。
文件传输协议的原始规范于1971年4月16日发布为RFC114。直到1980年,FTP运行在TCP/ IP的前身NCP上。该协议后来被TCP / IP版本,RFC765(1980年6月)和RFC959(1985年10月)(当前规范)所取代。
RFC959提出了若干标准修改,例如RFC1579(1994年2月)启用防火墙FTP(被动模式),RFC2228(1997年6月)提出安全扩展,RFC2428(1998年9月)增加了对IPv6的支持,并定义了一种新型的被动模式。
(10)取代FTP服务扩展阅读
与大多数Internet服务一样,FTP也是一个客户机/服务器系统。用户通过一个支持FTP协议的客户机程序,连接到在远程主机上的FTP服务器程序。用户通过客户机程序向服务器程序发出命令,服务器程序执行用户所发出的命令,并将执行的结果返回到客户机。
比如说,用户发出一条命令,要求服务器向用户传送某一个文件的一份拷贝,服务器会响应这条命令,将指定文件送至用户的机器上。客户机程序代表用户接收到这个文件,将其存放在用户目录中。
大多数最新的网页浏览器和文件管理器都能和FTP服务器创建连接。这使得在FTP上通过一个接口就可以操控远程文件,如同操控本地文件一样。
这个功能通过给定一个FTP的URL实现,形如ftp://<服务器地址>(例如,ftp://ftp.gimp.org)。是否提供密码是可选择的,如果有密码,则形如ftp://<login>:<password>@<ftpserveraddress>。大部分网页浏览器要求使用被动FTP模式,然而并不是所有的FTP服务器都支持被动模式。