My.Computer.Network.UploadFile("doc.txt", "ftp://server.my/on_server.txt", "Peter", "1234")
This command upload doc.txt
file from working directory (you could specify absolute path if you want) to server named server.my
. File stored on the server will be named server_example.txt
. Fill is send on the server by user Peter and password 1234.