angela4eva
Programmer
hi friends..
i am currently using command file arguments to upload files to a server manually..i would like to do it in vb.net program..please help
C:\upload\>Ftp
FTP> open <ipaddress>
username:<username>
password:<password>
ftp>binary
ftp> put <filename> <filename>
--please let me know how i can do this programtically using vb.net..
thanks
i am currently using command file arguments to upload files to a server manually..i would like to do it in vb.net program..please help
C:\upload\>Ftp
FTP> open <ipaddress>
username:<username>
password:<password>
ftp>binary
ftp> put <filename> <filename>
--please let me know how i can do this programtically using vb.net..
thanks