Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Dos ftp
Name: -JeZ Date: November 4, 2002 at 22:57:46 Pacific OS: Winxp CPU/Ram: AMD +2000
Comment:
I’m connected to an FTP Site via dos. How do I browse directories when they have spaces. Example: I want to get to the folder (C HOME) dos don’t seem to recognize the space. Is there a way around this? Thanks
Name: Guti Date: November 5, 2002 at 04:19:30 Pacific
Reply:
Use "C HOME"
0
Response Number 2
Name: Ex-Spurt Date: November 5, 2002 at 08:48:10 Pacific
Reply:
This is Win32 command prompt FTP, right?
Use %20 for each space.
0
Response Number 3
Name: Ex-Spurt Date: November 5, 2002 at 14:42:07 Pacific
Reply:
Scratch that. Enclosing the directory name within double quotes, as stated by Guti, is the way to do it.
0
Response Number 4
Name: Banzai Date: November 9, 2002 at 23:15:07 Pacific
Reply:
I am not sure wether this is going to work or not but try the dos ascii codes .. i.e in the dos prompt type "c" then hold down the Alt key and key in "32" which is the ascii code for space and then type "home" ... so you whole syntax would be ... C:\>CAlt+32HOME
Summary: The DOS FTP Client was not designed to do such a thing I believe so it does not have that functionality. It is suggested that you use a more friendly FTP client tool to access different ports. You can...
Summary: I am trying to make a batch for doa ftp to upload to unix shell. problem is i cant get the script to submit the user:pwd at the right moment . is there a way to wait in the dos ftp script file. ?? the...
Summary: I am starting to use DOS FTP; however, I cannot figure out how to change the CHMOD of a file. Does anyone know the command for this or if it is even possible? Thanks ...