Hi Everyone,
I have this code which i have used earlier also but for some reason in this project it is not working.
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
I put break point on Wait... it never goes to next line (if success... )
I think I am missing something.
Can some one please give some clue
Thanks
			
			I have this code which i have used earlier also but for some reason in this project it is not working.
			
				B4X:
			
		
		
		    ft.Initialize("ft","ftp.xyz.com",21,"MyFTP","MyPwd")
    ft.PassiveMode=True
    ft.List(Starter.gsCmpyCode&"/MyFolder/")
    Wait For ft_ListCompleted (ServerPath As String, Success As Boolean, Folders() As FTPEntry, Files() As FTPEntry) 
    if success then
       .......I put break point on Wait... it never goes to next line (if success... )
I think I am missing something.
Can some one please give some clue
Thanks
 
				 
 
		 
 
		 
 
		