Re: How to use CFFTP API to get current working directory
Re: How to use CFFTP API to get current working directory
- Subject: Re: How to use CFFTP API to get current working directory
- From: Ben Artin <email@hidden>
- Date: Wed, 14 Feb 2007 22:58:42 -0500
If I wanted to create a directory or upload a file into the /Users/
folder on the remote FTP server, knowing that the working directory
on the remote server was /Users/khans would allow be to construct
the following url
ftp://localhost/../
Don't do that, use ftp://localhost//Users
(Assuming that CFNetwork does the right thing with encoded slashes --
I haven't tried.)
--
<http://artins.org/ben>
"And when I have understanding of computers, I shall be
the supreme being!" -- Evil, "Time Bandits"
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden