08-12-2013, 08:05 PM
I think that you are over-complicating things a bit! I worked with the My.Computer.Network.DownloadFile command and it seemed to have worked. For reference, the exact command you're looking for is:
[code2=vbnet]My.Computer.Network.DownloadFile("WebURL", "LocalPath", "Username", "Password", False, 9999999, True)[/code2]
I have updated the project and have reuploaded it with a new button. Hopefully this helps you out a bit.
[attachment=0]<!-- ia0 -->TestDownloadFTP.rar<!-- ia0 -->[/attachment]
[code2=vbnet]My.Computer.Network.DownloadFile("WebURL", "LocalPath", "Username", "Password", False, 9999999, True)[/code2]
I have updated the project and have reuploaded it with a new button. Hopefully this helps you out a bit.
[attachment=0]<!-- ia0 -->TestDownloadFTP.rar<!-- ia0 -->[/attachment]