Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
7.1k views
in .NET FTP by
Hi boys
excuseme for my bad english
How i can to determine during "Dim files As Array = ftp.Dir(RemotePath, True)" the attribute for each files?
...file.name, file.size, file.lastmodification ecc. without discriminate the string in Array?
Why the connection is very low (8 sec.)?
Thanks

3 Answers

0 votes
by (161k points)
Make sure you are using 1.1.4, and use DirDetails

Hi boys
excuseme for my bad english
How i can to determine during "Dim files As Array = ftp.Dir(RemotePath, True)" the attribute for each files?
...file.name, file.size, file.lastmodification ecc. without discriminate the string in Array?
Why the connection is very low (8 sec.)?
Thanks
0 votes
by
Make sure you are using 1.1.4, and use DirDetails

Hi boys
excuseme for my bad english
How i can to determine during "Dim files As Array = ftp.Dir(RemotePath, True)" the attribute for each files?
...file.name, file.size, file.lastmodification ecc. without discriminate the string in Array?
Why the connection is very low (8 sec.)?
Thanks


Why this return exception?
Dim files As Array = ftp.DirDetails(RemotePath)
...Help me support2 :?
0 votes
by (161k points)
More info required - exception, stack trace, dir listing using command line FTP .


Why this return exception?
Dim files As Array = ftp.DirDetails(RemotePath)
...Help me support2 :?

Categories

...