Question I have a set of jpgs I want to be reguarly sent to my server using FTP, how??

edasdewd

New member
Joined
Jun 12, 2011
Messages
2
Programming Experience
10+
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 GUYZ brain storm!! :D
 
Figured it out,
biggrin.gif.pagespeed.ce.JHN-tdLrvJ.gif

Pretty simple actually


My.Computer.Network.UploadFile("File to Upload", "FTP Server & File", "Username", "Password")
 
Back
Top