Description
Currently, "/" is hardcoded as a remote-file-separator in the newly added mkdir(..) method. However we need to consider cases such as mainframe where there is no separator.
One way of doing it is to tokenize directory path based on remote-file-separator inside the handler and than call the mkdir(..) method in the loop only passing directory it needs to create.