• Starting today August 7th, 2024, in order to post in the Married Couples, Courting Couples, or Singles forums, you will not be allowed to post if you have your Marital status designated as private. Announcements will be made in the respective forums as well but please note that if yours is currently listed as Private, you will need to submit a ticket in the Support Area to have yours changed.

ftp commands

kranich

My governor is a Jewish Cowboy.
Apr 18, 2005
74
9
Houston, TX
Visit site
✟239.00
Faith
Calvinist
Marital Status
Private
Politics
US-Others
I know you can supress individual file prompts if you are using mput plus a wildcard by adding the -i switch to the original FTP initialization command but the only way I can thnk of to move and entire directory will all of its subdirectories would be to create a zip archive containing an entire directory structure and then ftp just that one zipped file. This seems both convenient and additionally saving tim and bandwith.
 
Upvote 0

Tamweop

Active Member
May 29, 2005
56
1
✟178.00
Faith
Atheist
Marital Status
Single
Politics
CA-Bloc
Numenor said:
Hi all,

I'm looking for a command for DOS ftp which copies whole directory structures. I know about 'mput' but is there something similar for folders and not just files?

cheers!
I haven't used manual ftp in a very long time, but try the command recurse ,use it the same way as hash or prompt. I might be mixed up with the smbclient program on Linux.
 
Upvote 0

Swart

ÜberChristian
Mar 22, 2004
6,527
204
58
Melbourne
Visit site
✟32,187.00
Gender
Male
Faith
Marital Status
Married
Politics
AU-Greens
Numenor said:
Hi all,

I'm looking for a command for DOS ftp which copies whole directory structures. I know about 'mput' but is there something similar for folders and not just files?

cheers!

There is no standard way under ftp to send multiple directories. Special ftp clients do the smarts and issue multiple mget and mput commands for you. mdir will list multiple remote directories.
 
Upvote 0