My.Computer.Network.DownloadFile("ftp://server.my/myfile.txt", "donwloaded_file.txt")
This command download myfile.txt
file from server named server.my
and saves it as donwloaded_file.txt
into working directory. You can specify absolute path for downloaded file.