2011年1月25日 星期二

lftp顯示中文目錄和切換中文目錄

lftp在顯示中文目錄和切換中文目錄時會有問題


解決的辦法如下


# vim ~/.lftp/rc


debug 3
set ftp:charset Big-5
set file:charset UTF-8


這樣就OK了


沒有留言:

張貼留言

如何在 golang 裡面引用 gitlab private repo

參考文章:https://stackoverflow.com/questions/27500861/whats-the-proper-way-to-go-get-a-private-repository 原文是用 gitlab.company.com 當範例,這邊改成一般帳號...