How to creating directories on remote sftp server by using com library
Hello !!
I want to create directories - "/home/123/456/789/"
but, when remote server Root directory is "/" and current conneted directory is "/", session.CreateDirectoy("/home/123/456/789/") is Error !!
and, when remote server Root directory is "/" and current conneted directory is "/", if directory "/123" is exist then session.CreateDirectoy("/123") is Error !!
when remote server Root directory is "/" and current conneted directory is "/", If I want to creating directories - "/home/123/456/789/" then How to useing com library ??? :cry:
I want to create directories - "/home/123/456/789/"
but, when remote server Root directory is "/" and current conneted directory is "/", session.CreateDirectoy("/home/123/456/789/") is Error !!
and, when remote server Root directory is "/" and current conneted directory is "/", if directory "/123" is exist then session.CreateDirectoy("/123") is Error !!
when remote server Root directory is "/" and current conneted directory is "/", If I want to creating directories - "/home/123/456/789/" then How to useing com library ??? :cry: