LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to give directory path to ftp MKD SubVI

Solved!
Go to solution

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.

 

 

0 Kudos
Message 1 of 3
(1,861 Views)

perhaps posting some code example for what you are doing would help 

______________________________________________________________
Have a pleasant day and be sure to learn Python for success and prosperity.
0 Kudos
Message 2 of 3
(1,833 Views)
Solution
Accepted by topic author hameedkdnl

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

0 Kudos
Message 3 of 3
(1,592 Views)