|
-
Jun 14th, 2006, 09:50 PM
#1
Thread Starter
Lively Member
Help with directory for ftp program
Hello,
I am building this little ftp program for a person I know. I have made it really simple for them to use as they dont have the knowledge like me for computers. I have my little ftp program working, but right now im using the address as the ip address, so when I upload its going into the main directory. How do I point the address to a certain folder in the directory?
Do I do this
**.**.**.***/blah/blah
is that how I point it to a certain directory or what?
-
Jun 16th, 2006, 02:18 PM
#2
Re: Help with directory for ftp program
Connect to the server first. Then issue a cwd (change working directory) command to the server to change to the directory you want - cwd /blah/blah
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|