I have a set of jpgs I want to be reguarly sent to my server using FTP, how??
I'm a photographer- weddings etc. When I get home, I save my work to the same particular folder on my pc.
I want these jpgs, to be regularly sent to my server using FTP.
How do I do this in VB
Come on GUY brain storm!! :D
Re: I have a set of jpgs I want to be reguarly sent to my server using FTP, how??
Re: I have a set of jpgs I want to be reguarly sent to my server using FTP, how??
Figured it out, :D
Pretty simple actually
My.Computer.Network.UploadFile­("File to Upload", "FTP Server & File", "Username", "Password")