Re: Loopfiles and delete - WeOnlyDo Discussion board

Re: Loopfiles and delete (General questions)

by havey, Thursday, October 12, 2006, 22:44 (6426 days ago) @ wodSupport

this is what i tried without success:

Sftp.Connect

Sftp.ListDir ( /ftp/ftpdelivery/lodging/dbqa/rk/ON/ )
for each d in Sftp.DirItems
response.write(d.name)
next

error:
Microsoft VBScript runtime error '800a01b6'

Object doesn't support this property or method: 'DirItems'


Complete thread: