View Full Version : My ftp
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.
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"
Why the hell you replied to banned user at old thread?
Powered by vBulletin® Version 4.1.11 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.