Check Remote Folder Exists

Hi,

I want to sftp some files to a remote directory. Before transferring files i want to check whether the required folder exists. If so copy the files to that folder, else create the folder and copy the files.

Thanks in adv

You can use 'mkdir' within sftp. Just create the directory each time. If it exists you will get an error -- you can safely ignore it and proceed to transfer...