ftp question
Results 1 to 7 of 7

Thread: ftp question

  1. #1
    Registered User
    Join Date
    Mar 2001
    Location
    Jackson, MS
    Posts
    77

    ftp question

    I'm connected to an ftp site on a windows machine from a UNIX box. Is there a way to change to a directory that contains spaces...example: the directory name is "software updates". In UNIX when I type cd software updates, i get the error...no such directory "software". UNIX does not recognize the space. So is ther a character I can use that represents a space????

  2. #2
    Registered User psuwtb's Avatar
    Join Date
    Jun 2001
    Location
    USA
    Posts
    39
    Did you try typing CD "software updates" exactly as I have shown it with the quotes (" "). I know that this works in Windows, not positive if this will help you from a Unix box. Give it a try.

  3. #3
    Junior Member
    Join Date
    Apr 2002
    Posts
    9
    I suppose softwa~1 doesn't work?

  4. #4
    Registered User Stalemate's Avatar
    Join Date
    May 2001
    Location
    d4-e5
    Posts
    15,120
    Originally posted by trainingjay
    I suppose softwa~1 doesn't work?
    That's a DOS limitation. *Nix isn't concerned by that 8.3 naming convention.

    I think 255 characters is the limit.

  5. #5
    Geezer confus-ed's Avatar
    Join Date
    Jul 1999
    Location
    In front of my PC....
    Posts
    13,087

    Question

    Is it not _ ?

  6. #6
    Registered User
    Join Date
    Apr 2002
    Location
    orlando
    Posts
    26
    I think psuwtb is right. I know that if i want to access a windows shared folder from my linux box, I need to put the folder name in qoutes, ie: "Program Files"

  7. #7
    Registered User
    Join Date
    Mar 2001
    Location
    Jackson, MS
    Posts
    77
    putting the directory in quotes worked. i.e. cd "software updates" . Thanks for the help. I had a guy in the office tell me it couldn't be done!!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •