作者venwhah (昆)
看板MATLAB
标题[讨论] ftp中使用dir遭遇问题
时间Tue Oct 4 10:42:15 2022
请问
本来想写一个连进ftp抓档案的小程式。
但FTP server的网路时好时坏,可能载一半中断
所以打算增加一个档案大小比较的部分,确保有完整下载档案。
但是刚刚测试後发现 用dir(ftp_obj.)只能取得档名,但是bytes的变数都是空的。
包含其他 date, isdir, datenum等等都是空的...
请问有大大遇过类似的问题吗?
谢谢
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 140.116.57.230 (台湾)
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/MATLAB/M.1664851337.A.C7E.html
1F:推 sunev: 你可以看一下官方的说明文件 10/04 11:00
2F:→ sunev: The dir function might return a structure array in 10/04 11:00
3F:→ sunev: which the last four fields are empty or missing. When 10/04 11:01
4F:→ sunev: dir returns a structure with missing information, it 10/04 11:01
5F:→ sunev: might mean the SFTP or FTP object is not configured for 10/04 11:01
6F:→ sunev: the operating system that is running on the SFTP or FTP 10/04 11:01
7F:→ sunev: server. By default, an SFTP or FTP object is configured 10/04 11:01
8F:→ sunev: to connect to a server running a UNIX operating system 10/04 11:02
9F:→ venwhah: 了解,非常感谢 10/04 14:08