Sponsored Content
Top Forums Shell Programming and Scripting ftp files from local sys to unix server Post 302550596 by rajesh_pola on Friday 26th of August 2011 08:56:53 AM
Old 08-26-2011
after lcd its hanging..
can you please check it..?
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

FTP multiple files from remote server to local server

Hi, I am facing a weired problem in my FTP script. I want to transfer multiple files from remote server to local server everyday, using mget * in my script. I also, want to send an email for successful or failed FTP. My script works for file transfer, but it don't send any mail. There is... (2 Replies)
Discussion started by: berlin_germany
2 Replies

2. Shell Programming and Scripting

Dowloading a File from FTP Server to a local Server where User Id's are different

Hi, The Setup is like this. I'm connecting to Unix machine from my local machine. After connecting to Unix M/c, i need to connect FTP server. Am successful in connecting to FTP server, but am not able to download the file from the ftp server to my local machine. I have different user id's and... (1 Reply)
Discussion started by: ranjith_taurean
1 Replies

3. Shell Programming and Scripting

how to FTP a file from the local folder to unix server

Hi All, please help me to write a shell that ftp a file which is in the local (C:\) drive to a Unix server. Where as i know the IP for the Unix server. i could do this process by using ftp command. pls help me to write as Shell script. Thanks in advance for all of your answers.:b::b: (3 Replies)
Discussion started by: little_wonder
3 Replies

4. Shell Programming and Scripting

preserving the timestamp of a file when copied from remote server to local server using ftp

Hi, I need to copy few files from remote server to local server. I write a shell script to connect to the remote server using ftp and go to that path. Now i need to copy those files in the remote directory to my local server with the timestamp of all those files shouldnt be changed. ... (5 Replies)
Discussion started by: arunkumarmc
5 Replies

5. AIX

Do I need to configure my local windows to FTP files from local windows to a UNIX AIX server?

Hi Friends, I have this script for ftping files from AIX server to local windows xp. #!/bin/sh HOST='localsystem.net' USER='myid_onlocal' PASSWD='mypwd_onlocal' FILE='file.txt' ##This is a file on server(AIX) ftp -n $HOST <<END_SCRIPT quote USER $USER quote PASS $PASSWD put $FILE... (1 Reply)
Discussion started by: rajsharma
1 Replies

6. Shell Programming and Scripting

script for to take files from FTP server to UNIX server and Unzipped that files

script for to take files from FTP server to UNIX server and Unzipped that files (1 Reply)
Discussion started by: sunilamarnadh
1 Replies

7. UNIX for Dummies Questions & Answers

Copying files from Unix Server to Local

How do i copy files from Unix Server to my Local Desktop.. ANy ideas..please suggest....V Urgent. (1 Reply)
Discussion started by: win4luv
1 Replies

8. UNIX for Dummies Questions & Answers

Copying files from Unix Server to Local

How to copy files from Unix server to Local (6 Replies)
Discussion started by: win4luv
6 Replies

9. Shell Programming and Scripting

FTP files from different directory from remote server to one directory in local

Hi All, I want to search for .log files from folders and sub folders in remote server and FTP them to one particular folder in the local machine. I dont want to copy the entire directory tree structure, just have to take all the .log files from all the folders by doing a recursive search from the... (3 Replies)
Discussion started by: dassv
3 Replies

10. Solaris

FTP-ing files from Windows server to UNIX server

I need to transfer files from a Windows server to the Unix server and have to run some shell script on it to get the required output. Is it possible to transfer files from Windows server to unix server through any shell script? If so can you please help me with the details. Thanks in... (8 Replies)
Discussion started by: ssk250
8 Replies
TOSHSET(1)						      User-installed Software							TOSHSET(1)

NAME
toshset - manipulate bios and hardware settings of Toshiba laptops SYNOPSIS
toshset [TOGGLEOPTIONS | QUERYOPTIONS | FEATUREOPTIONS]... DESCRIPTION
Toshset ia a command-line tool to allow access to much of the Toshiba hardware interface developed by Jonathan Buzzard. It can do things like set the hard drive spin-down time, turn off the display and set the fan speed. Credit for the difficult task of reverse-engineering the Toshiba hardware interface goes to Jonathan Buzzard. A link for Jonathan's tools is http://www.buzzard.org.uk/toshiba/ All options are listed by running toshset with no arguments. If an argument option is specified as the ``-'' character, stdin is read for that option. This is particularly convenient when setting the owner string. The method used for access to the laptop hardware is given by the the HCI/SCI access mode query field. This should be kernel or direct. The kernel method requires kernel support and it is the only access method supported for ACPI kernels. If ACPI is not used this package does not require a special kernel module. Also, it is highly likely that this tool will work under different flavors of *NIX. As a result of this design consideration, and because of my own desire that not every user be able to change my laptop's hardware settings, the user must have read/write permission to /dev/toshiba in order for this program to run properly. Toggle Options: -l toggle long query in which the assocated command-line option is printed with each queried feature. -fast run in fast mode: a startup check is skipped, and values are not queried after the are set. On machines for which ioctl is slow, this can speed toshset up by up to a factor of 2/5. -v toggle verbose mode in which normally silent messages are printed. Query Options: -q [glob] query features specified by glob (all features if glob omitted). The glob string is sandwiched between asterisks, so specifying -q bat will query all features whose names contain the ``bat'' substring. If no glob is given, then all features are queried. Feature Options: Valid settings for features can be listed by omitting the argument. The current list of feature options is -b <off|on> enable/disable system beep -lcd <setting> set lcd brightness. -inten <setting> set lcd brightness. Not all models support both -lcd and -inten. -pow <setting> set power-up mode -vol <0-4> set beep volume. Note that this controls the modem volume for my PCMCIA modem. -hdd <num> number of minutes until disk spindown -dstretch <off|on> enable/disable display stretch -d <num> number of minutes until display auto-off -c <method> set cooling method -bs <setting> set battery-save mode -bl <off|on> control lcd backlight -bluetooth <off|on> power-up + attach internal bluetooth device, or shutdown. -fan <setting> control fan -video <int|ext|both|tv|mode5|mode6|mode7> set display device for video: internal lcd, external monitor, or tv-out -cpu <slow|fast> set CPU speed -cpucache <off|on> enable/disable CPU cache -sleep <off|on> enable/disable CPU sleep mode -balarm <off|on> enable/disable battery alarm -palarm <off|on> enable/disable lid-closed alarm -walarm <dis|HH:MM[/everyday|DD/MM[/YYYY]]> set time/date to wake -ppower <off|on> enable/disable annoying feature of powering-off computer when lid is closed. -parallel <mode> set parallel port mode -autooff <num> number of minutes of idle time until system auto-off -ostring <owner string> set owner string. This string is displayed at boot or resume time, if a user or supervisor password is set. -upasswd set or clear the user password. Toshset must be run on the console for this to work. The password should be entered when the prompt is displayed. If the password is currently set, entering it will clear the password. -spasswd set the supervisor password. See the docs for -upasswd. -usblegacy USB legacy mode: enable/disable using an USB mouse as it would be a PS/2 one, without the need to install a USB driver. -3g power-up + attach internal 3g modem device, or shutdown. -usbfdd USB FDD emulation mode: is almost the same of the previous one for a floppy. It enables the use of an USB floppy as it would be attached to an internal FD controller (for booting etc.) -lan Enables/disables internal LAN controller. -soundlogo enable/disable startup sound logo. -startlogo startup logo mode (picture or animation>. -trmode enable/disable the display's transreflective mode. Features may also be set by specifying the (zero-offset) index of the option. e.g. toshset -cpu 0 sets the cpu speed to slow. BUGS
Many features are locked and can not be changed when the battery save mode is not ``user.'' Since I only have one laptop, I can't test this utility on other hardware. User feedback in this regard is helpful. Some features do not work on my laptop and they may work on your's, and visa-versa. Toshset requires an experimental version of the toshiba_acpi kernel module with an ACPI-enabled kernel. AUTHOR
Written by <Charles@Schwieters.org> News, updates and documentation: visit http://schwieters.org/toshset.html COPYRIGHT
Copyright (C) 2002-8 Charles D. Schwieters This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. toshset 2 March 2008 TOSHSET(1)
All times are GMT -4. The time now is 11:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy