I can't find an example of this but I can't believe I'm the only person who's ever had to do this.
I have a string variable that I want to upload to an FTP server. The variable only exists in memory and I don't want to create a local file to just FTP it to another server. Seems pretty simple. Would I have to create an in-memory file somehow?
...
Go to the complete details ...