+ -
当前位置:首页 → 问答吧 → Window 批次档

Window 批次档

时间:2014-01-19

来源:互联网

请问各位, 本人有一个FTP, 想写一个Window批次档等不用每次登入FTP都要Login, 想只要双click一个exe或dat档就自动登入同弹个ftp版页出黎, 请问个window批次档怎写?

例如:
ftp://192.168.100.100
Login name : ABC
Password : abc123

作者: Pandiscuss   发布时间: 2014-01-19

ftp版页?
你用咩ftp program?

作者: 111x111=12321   发布时间: 2014-01-19

我用NAS搞左个FTP, FTP版面只系好似开一般FOLDER咁

作者: Pandiscuss   发布时间: 2014-01-19

引用:原帖由 Pandiscuss 於 2013-12-17 02:24 PM 发表
我用NAS搞左个FTP, FTP版面只系好似开一般FOLDER咁
oic,

咁你试下系 IE 个我的最爱, 开个 URL 用:
ftp://ABC:[email protected]/

作者: 111x111=12321   发布时间: 2014-01-19

ftp --help
引用:原帖由 Pandiscuss 於 2013-12-17 14:10 发表
请问各位, 本人有一个FTP, 想写一个Window批次档等不用每次登入FTP都要Login, 想只要双click一个exe或dat档就自动登入同弹个ftp版页出黎, 请问个window批次档怎写?

例如:
ftp://192.168.100.100
Login name : ...

作者: a8d7e8   发布时间: 2014-01-19

多谢两位!但有无写在Window批次档入面的command ?

作者: Pandiscuss   发布时间: 2014-01-19

你认为会仲简易过开IE开一个"最爱",
可能你更高明.


亦可能只系取难不最易.

作者: 111x111=12321   发布时间: 2014-01-19

echo off
dir /w
open ftp server @
引用:原帖由 Pandiscuss 於 2013-12-17 22:37 发表
多谢两位!但有无写在Window批次档入面的command ?

作者: a8d7e8   发布时间: 2014-01-19

我都明白, 但系唔知点解上头系都要咁做 !

作者: Pandiscuss   发布时间: 2014-01-19

.bat 做唔足架.

是指明边个 ftp client, 先可以用 ,bat 写.

我上面 I.E. 就系一个ftp client.

作者: 111x111=12321   发布时间: 2014-01-19

今日我系「电脑」, 右CLICK老鼠, 选「新增一个网络位置」, 然后入ftp://ABC:[email protected]/, 咁就有个shortcut又唔洗再打ftp, login同pw就入到, 唔知上头收唔收货 !

多谢你先 !

作者: Pandiscuss   发布时间: 2014-01-19

呢招得, 系因为 Windows 登记左, ftp字头用 I.E. 所以得.

http://字头行 I.E.
ftp://字头都行 I.E.
.xls字尾行 excel
.doc字尾行 ms-words
.txt字尾行 notepad
etc

你话唔知上头收唔收货, 因太简单, 但出左少少猫, 借用 "Windows 登记左, ftp字头用 I.E."



我一直唔讲既 .bat 答案亦系同一原因, 太简单.
答案系, 个 .bat 批次档内容得一句, nearly same as #4
start ftp://ABC:[email protected]/

作者: 111x111=12321   发布时间: 2014-01-19

windows command prompt 有个ftp client, 支援batch file中用.

你的login, password之类command 放入scriptfilename里面,然后一句:

ftp -s:scriptfilename

自动login ftp server, upload/download/转server 任你

作者: ashdan   发布时间: 2014-01-19

劲啊!


Signature: Matter and anti-matter was once born in a pair. If they come in contact, annihilate one another, leaving behind pure wastage.
引用:原帖由 ashdan 於 2014-1-3 16:18 发表
windows command prompt 有个ftp client, 支援batch file中用.

你的login, password之类command 放入scriptfilename里面,然后一句:

ftp -s:scriptfilename

自动login ftp server, upload/download/转server ...

作者: a8d7e8   发布时间: 2014-01-19

热门下载

更多