當前位置:首頁 » 文件管理 » 怎麼用chrom打開ftp

怎麼用chrom打開ftp

發布時間: 2022-06-23 20:42:19

⑴ 登陸ftp 如何設置才能不要以網頁的形式打開,我想以文件夾的形式打開……(我的是 google chrome瀏覽器)

可以進入「我的電腦」界面,把ftp的地址粘貼到地址框,回車就好了,前提是ftp地址可連接。

⑵ 如何用Chrome上傳到FTP伺服器

試用過 cuteftp flashftp maxftp treeftp pakftp
個人認為 cuteftp功能最好 flashftp最簡潔 maxftp 速度最快 treeftp管理最方便 pakftp功能較為獨特

你看你喜歡那一種,沒有好壞之分

如果讓我推薦,考慮你是初學者 ,建議你用FlashFXP 漢化版 ,等你水平提高以後用
cuteftp

⑶ 外部鏈接如何設置可以用chrome瀏覽器打開

將chrome瀏覽器設置為電腦默認的瀏覽器,那麼點擊外部鏈接就會自動用chrome瀏覽器打開。具體操作請參照以下步驟,演示軟體為360安全衛士11。

1、在電腦上打開安裝好的360安全衛士,然後點擊軟體界面右下角的「更多」按鈕。

⑷ 誰知道用搜狗高速瀏覽器打開FTP的方法

搜狗瀏覽器採用Chrome內核,Chrome內核可以直接訪問FTP伺服器

  1. 打開搜狗瀏覽器

  2. 輸入FTP伺服器地址,形如ftp://192.168.1.1

  3. 輸入用戶名和密碼後即可訪問

⑸ ftp,跳到瀏覽器打開了,怎麼讓它在計算機打開

第一步:啟動 InternetExplorer 在菜單欄選擇工具—〉Internet 選項 —〉高級 —〉鉤選「啟用 FTP 文件夾視圖 (在InternetExplorer之外)」復選框, 然後單擊 確定 。

第二步:打開我的電腦或者是資源管理器,在地址欄直接輸入ftp地址。
如果你已在IE中打開ftp站點,請選擇菜單欄上的頁面-〉在windows瀏覽器中打開FTP

⑹ chrome 訪問vsftpd 不用ftp嗎

linux不需要安裝vxftpd也可以使用ftp命令(FTP客戶端)。

在大多發行版都有打包,請到各大發行版的ftp列表中得到,或者在發行版的安裝盤中也能得到。lftp是一個命令行式的ftp客戶端。對中文支持較好。如果您在linux 的text模式下,要安裝zhcon或者cce之類的。

安裝:

1、RPM包管理的系統,請到

http://freshrpms.net
http;//rpmfind.net 上查找lftp的最新包,可以用

#rpm -ivh name.rpm
#rpm -Uvh name.rpm 這是升級之用

2、源碼包安裝舉例:lftp-3.2.0.tar.bz2

#tar zxvf lftp-3.2.0.tar.bz2
#cd lftp-3.2.0
#./configure
#make
#make install

3.調用方法:

lftp ftp://用戶名:密碼@地址

比如:
[beinan@S01~]$lftp ftp://[email protected]
口令:
lftp [email protected]:~>
lftp [email protected]:~>ls

-rw-r--r-- 1 1000 100 44387 May 18 10:04 xvmain.jpg
-rw-r--r-- 1 1000 100 202643 May 18 09:45 xxx.jpeg
-rw-r--r-- 1 1000 100 0 May 20 10:01 鯊魚的故事.txt

二、使用方法:

0.簡單的用法:lcd 切換本地目錄,比如 lcd /opt
get 取回一個文件,put 向ftp伺服器傳文件;

1、獲得幫助:

代碼:

lftp [email protected]:~> help
!<shell-command>(commands)
alias [<name> [<value>]]anon
bookmark [SUBCMD] cache [SUBCMD]
cat [-b] <files>cd <rdir>
chmod [OPTS] mode file... close [-a]
[re]cls [opts] [path/][pattern] debug [<level>|off] [-o <file>]
[options] <dirs> exit [<code>|bg]
get [OPTS] <rfile> [-o <lfile>] glob [OPTS] <cmd> <args>
help [<cmd>]history -w file|-r file|-c|-l [cnt]
jobs [-v] kill all|<job_no>
lcd <ldir>lftp [OPTS] <site>
ls [<args>] mget [OPTS] <files>
mirror [OPTS] [remote [local]]mkdir [-p] <dirs>
mole name [args]more <files>
mput [OPTS] <files> mrm <files>
mv <file1> <file2>[re]nlist [<args>]
open [OPTS] <site>pget [OPTS] <rfile> [-o <lfile>]
put [OPTS] <lfile> [-o <rfile>] pwd [-p]
queue [OPTS] [<cmd>]quote <cmd>
repeat [delay] [command]rm [-r] [-f] <files>
rmdir [-f] <dirs> scache [<session_no>]
set [OPT] [<var> [<val>]] site <site_cmd>
source <file> user <user|URL> [<pass>]
version wait [<jobno>]
zcat <files>zmore <files>

如果針對lftp的每個命令的幫助,應該是:

lftp [email protected]:~> help 命令

比如

代碼:
lftp [email protected]:~> help get

用法: get [OPTS] <rfile> [-o <lfile>]

Retrieve remote file <rfile> and store it to local file <lfile>.
-o <lfile> specifies local file name (default - basename of rfile)
-ccontinue, reget
-Edelete remote files after successful transfer
-ause ascii mode (binary is the default)
-O <base> specifies base directory or URL where files should be placed

簡介:gftp基於gtk的ftp客戶端,大家用的也比較多吧,支持中文目錄。如果您的gftp不能支持中文,請升級版本。

# Written in C and has a text interface and a GTK+ 1.2/2.x interface
# Supports the FTP, FTPS (control connection only), HTTP, HTTPS, SSH and FSP protocols
# FTP and HTTP proxy server support
# Supports FXP file transfers (transferring files between 2 remote servers via FTP)
# Supports UNIX, EPLF, Novell, MacOS, VMS, MVS and NT (DOS) style directory listings
# Bookmarks menu to allow you to quickly connect to remote sites

下載安裝:

在各大發行版中,都有gftp的打包,可以用各發行版自帶的工具來安裝。我只說源碼包安裝:

源碼包安裝,通用於所有發行版,舉例說明:gftp-2.0.18.tar.bz2

代碼:
[root@S01ftp]#ls -lh

總用量 1.4M

-rw-r--r--1 root root 1.4M 2005-05-21 09:18 gftp-2.0.18.tar.bz2
[root@S01ftp]#tar jxvf gftp-2.0.18.tar.bz2
[[email protected]]#./configure
[[email protected]]#make
[[email protected]]#make install

註:因為gftp依賴gtk,如果不能make過去,您應該指定PKG_CONFIG_PATH

[[email protected]]# export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig

調用:

代碼:

[[email protected]]#gftp

⑺ 如何在資源管理器中打開ftp,而不會自動跳到在google瀏覽器或者IE中打開

啟用FTP文件夾視圖功能即可,步驟如下:

1.首先第一步就是在電腦桌面的左下角點擊WIN圖標即可。

⑻ FTP登錄提示你與此網站的連接不是私密連接

點擊【高級】按鈕,選擇繼續訪問即可,詳細步驟:

1、打開電腦,點擊【啟動台】中的【Chrome瀏覽器】應用圖標,打開應用。

⑼ FTP不能用默認的資源管理器,而是用chrome打開 系統為Win7

直接在資源管理器的地址欄里輸入ftp地址,就可以用資源管理器打開了,打開後就跟在xp下的使用方法一樣方便了。

⑽ 怎麼使得ftp,http,https,chrome等協議能訪問本地文件

HTTP,HTTPS,FTP 連接,如果你用的到,可以試試 TurboFTP Server 很好用。 支持 windows 各個平台,https,http,ftp,ssl,ssh 等基本的都支持了。!!!!

熱點內容
優盤的存儲原理 發布:2025-01-16 21:54:27 瀏覽:40
編程好軟體 發布:2025-01-16 20:38:07 瀏覽:423
流量密碼如何改成 發布:2025-01-16 20:37:13 瀏覽:50
java判斷是否是對象 發布:2025-01-16 20:31:04 瀏覽:885
python調用外部程序 發布:2025-01-16 20:14:09 瀏覽:397
緩解壓力英語作文 發布:2025-01-16 20:13:31 瀏覽:65
javaname 發布:2025-01-16 20:13:15 瀏覽:22
用戶訪問表空間 發布:2025-01-16 20:07:07 瀏覽:944
java代碼自動編譯 發布:2025-01-16 19:58:14 瀏覽:314
編程很困難 發布:2025-01-16 19:58:09 瀏覽:674