Guest User

Untitled

a guest
May 20th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for(int i = 0 ; i<[listEntries count] ; i++)
  2. {
  3. NSString *strXmlFileName = [NSString stringWithFormat:@"%@",[listEntries objectAtIndex:i]];
  4.  
  5. downloadFile.path = [NSString stringWithFormat:@"GoldPad/%@/Datas_Receive/%@",uid,strXmlFileName];
  6.  
  7. NSLog(@"%@",downloadFile.path);
  8. downloadFile.hostname = @"79.98.18.98";
  9. downloadFile.username = @"ABPGoldPadRedskins";
  10. downloadFile.password = @"GoldPadRedskins";
  11.  
  12. [downloadFile start];
  13. }
Add Comment
Please, Sign In to add comment