Hi all.
I have this problem which I asked for it before here but didn't get much help...
I have an FTP server. I know it's UserName and Password (it's mine!).
I have a file there (it always exists so no bother adding a code that checks if it's there).
It's a .TXT file.
I want to do that when I click on a Command Button, it will download this file to:
Code:App.Path & "\Files\"
Is there any idea how to make it?
Just a note:
Let's say the Password is "Pass" and the Username is "UN".
The source for the file is:
members.xoom.com/un/MyTXT.txt
Can you please help me?
