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伺服器都支持被動模式。