Results 1 to 2 of 2

Thread: Help with directory for ftp program

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2006
    Posts
    123

    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?

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    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
  •  



Click Here to Expand Forum to Full Width