hello
I'm brand new to this and I try to upload and download a text file to my ftp server but all it is doing it creats a file on the server but no content 0 kb. I use the follow code to do this. thanks for your help
Ralf
ftp.Initialize("ftp","47.71.228.110","200","xxxxx","xxxxx"
ftp.UploadFile(File.DirRootExternal,"new.txt",True,"new.txt")
I'm brand new to this and I try to upload and download a text file to my ftp server but all it is doing it creats a file on the server but no content 0 kb. I use the follow code to do this. thanks for your help
Ralf
ftp.Initialize("ftp","47.71.228.110","200","xxxxx","xxxxx"
ftp.UploadFile(File.DirRootExternal,"new.txt",True,"new.txt")