telnet的問題 - Linux

Doris avatar
By Doris
at 2008-11-16T00:09

Table of Contents




請問我下command: telent IP port

連到了某個http server

接下來,我知道 用get XXX 可以得到一些response

但這不是我要問的問題。

我有一個sh.txt,裡面是一些ascii code(用program printf出來的),這裡用AC 表示。

我該怎樣連上http server 之後

可以寫入command: get AC ?

(似乎沒有辦法把sh.txt copy 然後在console貼上,因為會變成不是ascii code ~)

感謝。


--
Tags: Linux

All Comments

Kyle avatar
By Kyle
at 2008-11-20T16:03
或者有除了telnet 、netcat 可以連上http server的辦法
Victoria avatar
By Victoria
at 2008-11-21T18:12
用 wget 或 curl 送 header 會不會好點?

單機雙核心可以灌mpich or mpich2嗎?

Anthony avatar
By Anthony
at 2008-11-15T22:25
※ 引述《onionys (.)》之銘言: : 這個疑問就是:只有一台雙核心的主機灌mpich(或mipch2),這樣支援mpi的軟體 : 跑的時候會兩個核心都運用到嗎? 記得不會,還是要自己寫兩個核心之間的溝通 你的情況比較適合用OpenMP, 它的語法很簡單 而且GCC直接內建OpenMP的library ...

單機雙核心可以灌mpich or mpich2嗎?

Doris avatar
By Doris
at 2008-11-15T22:00
最近跑去組了一台新電腦是Intel雙核心,打算拿來灌ubuntu 8.10。 原本打算要買四核心的,但是因為不知道ubuntu 8.10能不能支援這種四核心的, 所以就保險一點買雙核心的。 買回來灌ubuntu 8.10 amd64 的版本之後,到目前為止都很正常。 後來為了灌一個軟體,此軟體可支援c ...

su: cannot set groups: Operation not permitted解決方式

Frederica avatar
By Frederica
at 2008-11-15T19:27
由於自己很少使用su指令 只是今天在需要root的權限時候 輸入完密碼之後發現一行字 以下是全文: [wu0gataabbcc etc]$ su Password: su: cannot set groups: Operation not permitted 請問可以詢問發生的原因和解決的方式? ...

如何check partition檔案格式

Leila avatar
By Leila
at 2008-11-15T17:54
df沒有相關資訊 fdisk print頂多只能看到System and#34;Linuxand#34; 有沒有顯示partition是ext2或ext3格式的指令嗎? - ...

有關script的問題?

Emily avatar
By Emily
at 2008-11-15T13:35
※ 引述《joedenkidd (優質的藍色射手)》之銘言: : 各位版友好: : 我寫了一個script如下 : #!/bin/sh : for((i=1;iandlt;=50;i++)) : { : if[iandlt;10] then : touch tty0$i; : else : touch tty ...