mget and mput...


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers mget and mput...
# 1  
Old 09-10-2003
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 *.700.sgi *.1000.sgi

thanks for any help!
yomamma
# 2  
Old 09-11-2003
yoyomamma,

I don't think that what you're asking can be done in ftp.

Matt.
# 3  
Old 09-11-2003
thanks matt,

is there any solution to this?

i sometimes have to move huge amounts of data, but once in a while i get an "alarm clock" after moving 3/4 of the data.

i was hoping that there was a way to get the remaining files without getting the whole shebang.

anyway, thanks again for your help!
yomamma
# 4  
Old 09-11-2003
Check out rsync - might be what you need & easy to use.
# 5  
Old 09-11-2003
hey cameron,

i did check out rsync, but it is too volitile for what i do. i transfer huge amounts of data and will run into memory issues with rsync.

i think....


thanx though!
yomamma
# 6  
Old 09-11-2003
I'm curious what you mean by "a sequence of files". You want the last 200, but the last 200 of what? The 200 oldest files? Newest? Largest? By alphabetical order?

How are these files named? Are they all random and different or numbered from file0001.sgi to file1000.sgi?
# 7  
Old 09-11-2003
hi oombera,

the sequence is named like:

name.0001.sgi - name.1000.sgi

and sometimes during a mget or mput i get the "alarm clock" so i have around 700 of the files where i need them, and 300 left to send. (or get).

i was hoping that there was a way to tell mput or mget to get the rest of the sequence without getting everything at the same time.

thanks!
yomamma
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Second try mput failed

I'm having few doubts with below questions not able figure out the reason: mput operation used via shell script failed with 550 code return from FTP - "Overwrite cannot be done". ( Having all permissions to this directory ) but why got failed. When trying to run the script again but now it... (3 Replies)
Discussion started by: Gautham
3 Replies

2. 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

3. Shell Programming and Scripting

.netrc does not execute mput command

Hi all :D i' ve a script running on freebsd system: echo "Start FTP Transfer" cd /tmp/elaboralog ftp -i 192.168.27.147 2100 > /tmp/elaboralog/ftp_log_phase2That call .netrc machine 192.168.27.147 login user password 12345 macdef backup binary cd tmp/elaboralog mput *-file.txt... (19 Replies)
Discussion started by: mirrorx
19 Replies

4. Shell Programming and Scripting

mput question

I want to mput a file without extension, and while doing the mput i want to include the .txt as an extension to the file name. How can i do that? (2 Replies)
Discussion started by: wizardofoz
2 Replies

5. UNIX for Dummies Questions & Answers

MGET Problem

Hello friends.. I'm new here ate the forum. I came across with it when trying to find a solution for a problem I have and I hope you can help me. I'm an Abap programmer, and I have to make a program in ABAP to copy files from a server to the local computer defined path using FTP commands. ... (5 Replies)
Discussion started by: bleeding_me
5 Replies

6. UNIX Desktop Questions & Answers

How to grep and pipe to mput ftp

I am ptting the following into an FTOP script. date=`TZ="aaa24" date +'%Y%m%d'` # this gets Yesterday date . . . . mput < 'l | grep $Vdate' # the idea to grep a listing from a directory that has yesterday date in its file name then put it in the remote FTP server. How can I get it... (4 Replies)
Discussion started by: raouf@comcast.n
4 Replies

7. Shell Programming and Scripting

SFTP - 'put' doing an 'mput'

Hi guys, I'm having a problem with F-Secure Unix. When I try a simple command; sftp> put local.test remote.test I expect that the local file local.test would be copied to the remote file remote.test However sftp is attempting to copy local.test & remote.test from the local machine, as if... (2 Replies)
Discussion started by: b0bbins
2 Replies

8. Shell Programming and Scripting

mput is not working in ftp script

1)In this script mput command is not working( not transfering multiple files, it is able to send single file) 2)here is the script to automate the ftp process . 3)for transfering files from one machine to other machine using ftp can anyone can give me the solution in this issue Script is... (6 Replies)
Discussion started by: gsri
6 Replies

9. Solaris

FTP limits - mput *

I am trying to upload via FTP 11,000 files in a Solaris 8 system. I am using Windows 2000 and its FTP client to upload the files. The command used is mput *.jpg.When the quantity of files reaches 10,000 the upload aborts. Is this problem related with the FTP client ? If yes, another FTP client... (2 Replies)
Discussion started by: waldecy
2 Replies

10. 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
Login or Register to Ask a Question