Sponsored Content
Full Discussion: mget and mput...
Top Forums UNIX for Dummies Questions & Answers mget and mput... Post 40171 by yoyomamma on Wednesday 10th of September 2003 02:11:52 PM
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
 

10 More Discussions You Might Find Interesting

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

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

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

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

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

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

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

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

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

10. 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
img-sgi(n)																img-sgi(n)

__________________________________________________________________________________________________________________________________________________

NAME
img-sgi - Img, SGI Native Format (sgi) SYNOPSIS
package require Tk package require img::sgi ?1.4? image create photo ?name? ?options? _________________________________________________________________ DESCRIPTION
The package img::sgi is a sub-package of Img. It can be loaded as a part of the complete Img support, via package require Img, or on its own, via package require img::sgi. Like all packages of Img it does not provide new commands, but extends the existing Tk command image so that it supports files containing raster images in the SGI Native Format (sgi). More specifically img::sgi extends Tk's photo image type. The name of the new format handler is sgi. This handler provides new additional configuration options. See section SGI OPTIONS for more detailed explanations. All of the above means that in a call like image create photo ?name? ?options? [1] Image data in sgi format (options -data and -file) is detected automatically. [2] The format name sgi is recognized by the option -format. In addition the value for the option is treated as list and may contain any of the special options listed in section SGI OPTIONS. SUPPORTED SGI TYPES
24-bit pixels: True-color (RGB, each channel 8 bit). 32-bit pixels: True-color with alpha channel (RGBA, each channel 8 bit). 48-bit pixels: True-color (RGB, each channel 16 bit). 64-bit pixels: True-color with alpha channel (RGBA, each channel 16 bit). List of currently supported features: Type | Read | Write | | -file | -data | -file | -data | ---------------------------------------- 24-bit | Yes | Yes* | Yes | Yes* | 32-bit | Yes | Yes* | Yes | Yes* | 48-bit | Yes | Yes* | No | No | 64-bit | Yes | Yes* | No | No | *: Implemented by reading/writing from/to a temporary file. This will be slow for larger images. All images types may be either uncompressed or run-length encoded. SGI OPTIONS
The handler provides the following options: -verbose bool This option is supported for reading and writing. If set to true, additional information about the loaded/stored image is printed to stdout. Default is false. -compression type This option is supported for writing only. Set the compression mode to either none or rle. Default is rle. -matte bool This option is supported for reading and writing. If set to false, a matte (alpha) channel is ignored during reading or writing. Default is true. SEE ALSO
img-bmp, img-dted, img-gif, img-ico, img-intro, img-jpeg, img-pcx, img-pixmap, img-png, img-ppm, img-ps, img-raw, img-sgi, img-sun, img- tga, img-tiff, img-window, img-xbm, img-xpm KEYWORDS
image handling, sgi, tk COPYRIGHT
Copyright (c) 1995-2009 Jan Nijtmans <nijtmans@users.sourceforge.net> Img 1.4 img-sgi(n)
All times are GMT -4. The time now is 09:51 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy