MakeDir Problem (wodSFTP / wodSFTP.NET / wodSFTPdll)
I am using SFTP (com) in VB6. I am able to upload and download files. However when I attempt to create a directory on the server (SFTP1.MakeDirectory DirectoryPath) the directory is created on the server but control does no seem to come back to the vb6 program. I am using IwodSFTPNotify and I believe control should be returned to IwodSFTPNotify_Done. However the program seems to hang following the SFTP1.MakeDirectory DirectoryPath statement when I step through it.