Hi everybody
I'm using FTP to move files from one site to another. That is working out just fine.
I just have one question. I'm using ftp_chdir() to move to a directory. If this directory doesn't exists I want to create it using ftp_mkdir().
Are there any simple way of checking if this directory excists, before I either move to it or creates it?
Tore