[討論] ftp中使用dir遭遇問題

作者: venwhah (昆)   2022-10-04 10:42:15
請問
本來想寫一個連進ftp抓檔案的小程式。
但FTP server的網路時好時壞,可能載一半中斷
所以打算增加一個檔案大小比較的部分,確保有完整下載檔案。
但是剛剛測試後發現 用dir(ftp_obj.)只能取得檔名,但是bytes的變數都是空的。
包含其他 date, isdir, datenum等等都是空的...
請問有大大遇過類似的問題嗎?
謝謝
作者: sunev (Veritas)   2022-10-04 11:00:00
你可以看一下官方的說明文件The dir function might return a structure array inwhich the last four fields are empty or missing. Whendir returns a structure with missing information, itmight mean the SFTP or FTP object is not configured forthe operating system that is running on the SFTP or FTPserver. By default, an SFTP or FTP object is configuredto connect to a server running a UNIX operating system
作者: venwhah (昆)   2022-10-04 14:08:00
了解,非常感謝

Links booklink

Contact Us: admin [ a t ] ucptt.com