ftp遇到的怪問題 - Linux

Victoria avatar
By Victoria
at 2012-02-23T17:22

Table of Contents

當我用ftp 軟體的時候,在一個檔案夾裡面,有一個檔案是我自己寫的,而且是實實在在
存在的,但是無論我怎樣去delete或者用command “more”去看檔案,都會有問題: A
file or directory in the path name does not exist. 而且當我用ftp 去把一模一樣
的檔複製過去,會同時有兩個一模一樣的檔案存在,但是奇怪的地方是資料是舊的,不是
我剛剛複製過去的檔案。大家不知道有沒有類似的經驗?

--
Tags: Linux

All Comments

Sierra Rose avatar
By Sierra Rose
at 2012-02-24T23:20
舊的那個檔名有隱形的字元吧
Jacob avatar
By Jacob
at 2012-02-27T07:10
如果真的有隱形的字元,那要怎麼處理掉他?

檔案內容自動斷行

Victoria avatar
By Victoria
at 2012-02-23T09:18
awk and#39;{printf and#34;%sand#34;,$0}and#39; FileName | sed s/\and#39;/\and#39;\\n/g ※ 引述《newvalentine (haha)》之銘言: : 最近在處理一些檔案內容,其檔案內容格式如下: : AAAAand#39 ...

求救 mail server 問題

Harry avatar
By Harry
at 2012-02-23T00:44
maillog 的部分我去查過 當我用 gmail 信箱寄到這台郵件伺服器的時候 該名使用者完全沒有收到這封信件 垃圾郵件找不到 沒有設定灰名單 也沒有被防火牆阻擋 我查到這段訊息 Feb 23 00:06:29 XXXXX postfix/smtpd[7326]: disconnect fr ...

arch 中 networkmanager 如何改 DNS?

Jacob avatar
By Jacob
at 2012-02-22T22:57
現在在arch上面是用這個方法, 阻止 dhcpcd 自動抓DNS server: /etc/dhcpcd.conf 中加入 nohook resolv.conf 之後dhcpcd就不會再去改 /etc/resolv.conf 了 來源:https://wiki.archlinux.org/index. ...

檔案內容自動斷行

Catherine avatar
By Catherine
at 2012-02-22T22:55
最近在處理一些檔案內容,其檔案內容格式如下: AAAAand#39;BBBBBand#39;CCCCCCCC CCCCCCCand#39;DDDDDDDDDDDDDDDand#39;EEEEEEand#39; FFFFFand#39;GGGGGand#39; 是否能依據 and#39; 將以上檔案轉成這樣 ...

cscope 搜尋特殊字元

Anonymous avatar
By Anonymous
at 2012-02-22T22:03
想請問一下如果使用 cscope 想要去找一些特殊字元 例如 [] 符號等其他的符號 要怎麼搜尋? 試過用 \[\] 不過好像不行 有人會用的可以指導一下嗎 謝謝 - ...