Click here to Skip to main content
15,900,906 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
sir i have a to implement a function.
private byte[] DownloadFileFromFTP(string URL, string FileName, string Uid, string Pwd)
{
}

and in my config.xml the credetial are

XML
<host value="ftp.mlearning.sg">
   <username>5011sacpsa</username>
   <password>sacpsa12</password>
   <downloadoption>List</downloadoption>
   <filename>c12022101_5011.zip</filename>
   <filename>c12022102_5011.zip</filename>
 </host>


sir i am unable to implement this method. please help. today is the deadline for this
thankx in advance
Posted
Comments
OriginalGriff 25-Jun-12 0:43am    
And what have to done so far?
Where are you stuck?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900