PDA

View Full Version : My ftp



ilovecats
20-09-08, 11:03
Help D: I've never actually had to do this before but.. here it goes. I recently got a ftp with a quote in it. Its a donated ftp so I can't change the name of it or anything. How would I include it into my programs? because when i go to add say. Where something uploads to when i put "ftp:\\***.******.***".***" it only reads it until right before the third period. I don't know how the fuck it got there but its driving me crazy.

l337hax0r
28-10-08, 08:12
escape the quote...

if using c++ its as simple as putting a \ before it

so

\"

like for example say I wanted this string to have quotes in it..(around Project-7.net)

You are currently on Project-7.net


char mystring[] = "You are currently on \"Project-7.net\"";


now printing it somewhere would result in

You are currently on "Project-7.net"

mencore
28-10-08, 04:03
Why the hell you replied to banned user at old thread?