Re: Loopfiles and delete (General questions)

by havey, (6778 days ago) @ Jasmine

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'

locked

Complete thread: