R
rduby1
I need to read the contents of 2 files on a remote webserver, for
example: http://www.domain.com/box/text.txt
The first file is a plain-text file and the other is a binary file
(photo).
Text file:
I need to read the text and keep in memory
Binary file:
Basically I just need to move the contents to my own server and store
it in a new file.
Can anyone send me on the right track?
example: http://www.domain.com/box/text.txt
The first file is a plain-text file and the other is a binary file
(photo).
Text file:
I need to read the text and keep in memory
Binary file:
Basically I just need to move the contents to my own server and store
it in a new file.
Can anyone send me on the right track?