Sponsored Content
Full Discussion: MGET Problem
Top Forums UNIX for Dummies Questions & Answers MGET Problem Post 302466026 by cero on Monday 25th of October 2010 08:28:39 AM
Old 10-25-2010
Hi,

I think the files were transfered to your current directory. Your desination path was considered to be a file to transfer. The easiest solution would be to change to the local destination directory and then get the files:
Code:
lcd d:\RJM
mget *

Stefan
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

mget question

Basically, I like to know how "mget" command work in terms of data/control channels and in terms of request-respond dialogue. Also, when I try the command as an example below, is it true than for each file to be transferred, there is a new connection establish? (ie. transferred one file,... (5 Replies)
Discussion started by: ho_k
5 Replies

2. UNIX for Dummies Questions & Answers

mget

hi, i want to mget a directory. how to specify the flag that i dont want the system to prompt me? thanks (2 Replies)
Discussion started by: yls177
2 Replies

3. UNIX for Dummies Questions & Answers

mget and mput...

hello, i was interested in knowing if you can mget or mput a sequence of files: example- say i have a dir with 1000 files with the same extension e.g. *.sgi, is there a way to mget only the last 200 files? i would assume that there is a flag i would use, or something like: mget... (14 Replies)
Discussion started by: yoyomamma
14 Replies

4. Shell Programming and Scripting

mget command

Hi All, I am using mget (mget server.*) through ftp... ... i dont want to overwrite the files in my localmachine if it is already exists... is it possible through ftp ?? any other optios also mos t welcome Thnks in advance (4 Replies)
Discussion started by: scorpio
4 Replies

5. UNIX for Dummies Questions & Answers

mget new files only

Hi all, I am currently in the process of setting up an FTP server with limited knowledge :p. I have run into an issue that i need some help with. Basically i want to be able to download files off another remote server twice a day every day but i want to make sure it only downloads new... (1 Reply)
Discussion started by: mokachoka
1 Replies

6. Shell Programming and Scripting

problem with ftp mget

Hi I am trying to ftp all the files from a directory in server2 to server1 (both unix) The below code is in server1 ftpfile=/home/anitha/ftptxt echo cd mydir >>$ftpfile echo mget *.* >>$ftpfile cat $ftpfile | ftp -i server2 mydir is a directory in server2 and there are some test files in... (4 Replies)
Discussion started by: anijan
4 Replies

7. UNIX for Dummies Questions & Answers

If then else in with mget command

Hi Friends, I need to use if then else logic with the mget command.I need to check if {JOURNAL_CODE}*_1_Audit*.txt exists then download it (using mget)and if not then leave it.Same for the {JOURNAL_CODE}*_2_Audit*.txt file.Can you please tell me how can i achive that? sftp -b -... (3 Replies)
Discussion started by: Param0073
3 Replies

8. UNIX for Dummies Questions & Answers

mget help

Hi I'm trying to get all files from a directory with a script. So i'm gone paste my script here: cd /var/www/match_demos/speedgaming/ lftp -u Gudfaren,xxxxx ftp.speedgaming.pro -e cd 89.221.243.11_27500 -e mget *.dem exit when i run that i get: "File name missed. Try `help mget' for more... (2 Replies)
Discussion started by: vYN
2 Replies

9. UNIX for Dummies Questions & Answers

Strange mget problem

Hi! I'm a bit of a unix n00b so be gentle! I need to use ftp to download some files. I have the ftp running in a shell script which had been working perfectly last week. I downloaded around 400 files before it broke on friday. Now whenever I try to run the script, it starts to download... (3 Replies)
Discussion started by: johnnybongo
3 Replies

10. Shell Programming and Scripting

[Solved] Prompt problem while using mget to ftp

I am writing a scritp in which first step is to get some files from a server. I am using mget to do that. here is my FTP code ... HOST="XXX.XXX.com" 28 ftp -inv $HOST <<END &> $FTP_LOG 29 quote USER $USER 30 quote PASS $PASWD 31 cd log 32 prompt off 33 binary 34 mget... (0 Replies)
Discussion started by: shashidhar
0 Replies
uucico(8)						      System Manager's Manual							 uucico(8)

Name
       uucico - uucp file transfer daemon

Syntax
       /usr/lib/uucp/uucico [ -f ] [ -r1 ] [ -s system ] [ -x# ] [ -X# ]

Description
       The  program  is  the  daemon associated with the utility. The daemon is automatically run when requests are made or when polling occurs as
       specified in It performs the actual file transfer over the network. The program first calls up the destination system and login.   After  a
       successful  login,  a  handshake  takes place between the destination daemon process and the local daemon. The handshake determines if each
       daemon has permission to use the other's local resources. Both daemons then select the protocol that will be used to send and  receive  raw
       data.

       The  local  daemon searches the spool directories for job requests, builds a list of files to transfer, then begins transmitting files. The
       file transfer protocol ensures that each file is transmitted only once and also notifies the user if a file cannot  be  transferred.  After
       the  program transfers all the files, the destination site transfers files back to the local system. When both systems have completed their
       file transfers, the connection through the network is terminated.

       The output of follows the progress of the conversation. Debugging output from the slave is placed in the file in the spool directory at the
       remote site. The output is less meaningful than the unless the source code is available to help interpret the messages.

Options
       -f    Forces to start a conversation with a specified system, regardless of any previous connection status as provided by the files (system
	     status).

       -r1   Puts into the master role. The slave mode is the default.

       -s system
	     Designates the system to be contacted.

       -x#   Sets the debugging level. The number sign (#) can have a value of 0 to 9. The higher the number, the more debugging output. No packet
	     level debugging is printed.

       -X#   Sets  packet  level  debugging  output.  The number sign (#) can have a value of 0 to 9. The higher the number, the more packet level
	     debugging output.

Files
See Also
       uucp(1c), uux(1c)
       Guide to the uucp Utility

																	 uucico(8)
All times are GMT -4. The time now is 10:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy