Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ftp set file
#1
Is there a way of setting a file like .txt file on a ftp server without having the file saved on your computer, I have been using .FilePut but I would rather do it with a string something like this..........


str ss="hi"

ss.setfileFTP("test.txt")
#2
Create a temporary file.

ss.setfile("$temp$\test.txt")
Ftp f
...
f.FilePut("$temp$\test.txt" "test.txt")


Forum Jump:


Users browsing this thread: 1 Guest(s)