Z
zgd
Unregistered / Unconfirmed
GUEST, unregistred user!
我想在当前页以只读方式打开一个没有扩展名的ftp上的文件代码如下:
Dim path As String
path= "ftp://123:123@133.3.1.200/yk/amt/data/arch/03030192"
FileOpen(1, path, OpenMode.Binary, OpenAccess.Write)
FileClose(1)
但运行有错,提示“不支持给定路径的格式。”这是为什么?
Dim path As String
path= "ftp://123:123@133.3.1.200/yk/amt/data/arch/03030192"
FileOpen(1, path, OpenMode.Binary, OpenAccess.Write)
FileClose(1)
但运行有错,提示“不支持给定路径的格式。”这是为什么?