no, i want to create that text file and to write in it
as you know, i used in local pc this code ------vb Code:
open ("C:/t/data.txt") for append as #1 print #1,data close #1
it will create the file and write in it, is there a way to open the FTP and do the same !! and how should i tell the program about the username and pass ?




Reply With Quote