Re: Loopfiles and delete (General questions)
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'