iPad電子書及電子漫畫閱讀軟體試用心得
最近買了iPad,老實說主要的目的是拿來看漫畫。在美國待久了最惆悵的就是很難找到中文漫畫看,現在在加州還算好,10 mile內就有一家中文漫畫租書店,但在Boston則是想都別想...。所以iPad出...閱讀全文
只要用Mac內建的「工序指令編寫程式」把這段code貼進去,改一下scp_target,另存成應用程式,放到Dock上就搞定啦。以後要用SCP上傳檔案,只要把檔案拖拉到Dock上的SCP Droplet就會自動上傳了 :-D要特別注意的是,你得使用SSH Agent來讓你使用SCP可以不用打密碼。閱讀全文property scp_target : "user@host:path/to/somewhere"on open fileListrepeat with thisFile in fileListset the item_path to the quoted form of the POSIX path of thisFiledo shell script ("scp -r " & item_path & " " & scp_target)end repeatend open