12-03-2021 06:02 AM
I am trying to use ftp MKD VI from ftp library present in vi.lib. It requires directory path as input to create directory in remote ftp server. I can able to successfully Open session, Move the files to the present folder but cant able to create folder location.
aa.bb.cc.dd is the host name and Folder1 is available under the host name. I am trying to create Folder2 and Folder 3 under Folder 1. I tried giving the directory path to ftp MKD VI as Folder1/Folder2/Folder3 but it is showing 550 The system cannot find the path specified error.
I tried many cases of giving directory path nothing worked out. I think, I am missing something in preparing directory path.
Solved! Go to Solution.
12-03-2021 10:33 AM
perhaps posting some code example for what you are doing would help
12-14-2021 02:32 AM
I got the solution for the problem. Need to create folder by folder using ftp mkd. When I tried creating for folder2/folder 3 under folder1(folder 1 is already available) then I am getting the aforementioned error. When I tried creating folder 2 then folder 3, I didnt get the error.
Thanks
Hameed Ibrahim