![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to print the date and time separately??? | jisha | Shell Programming and Scripting | 8 | 01-16-2008 06:23 AM |
| unix sleep and date commands | fanco | UNIX for Dummies Questions & Answers | 1 | 10-04-2007 02:18 PM |
| Lp Print commands | ddameron | UNIX for Dummies Questions & Answers | 1 | 01-28-2004 05:05 PM |
| may be simple but i don't know -- Print current date from C program | ls1429 | High Level Programming | 6 | 02-19-2002 01:50 AM |
| Need to print file names in a certain date range using ls | Shamwari | UNIX for Dummies Questions & Answers | 2 | 10-08-2001 08:14 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi friends
sftpCmd.txt ----------------- !echo "Getting files from sftp" !echo "----------------" cd /home/msgGoogle/PLATFORM/PROD/MIMUS/outbound/ARCHIVE/invsnap !echo "folder created" !date mget ???050108*.txt output !echo "------------------" !echo "Completed : " !echo "--------------" bye here !date command is not working please any one tell me how to get date using ftp commands Thanks in advacne Krish. |
|
||||
|
By "not working", do you mean you get an error message, or that it prints the wrong output? These look like you are actually using shell escapes to execute shell commands within your ftp script, but without information about which ftp client you are using, this is guesswork.
|
|
||||
|
By "not working", do you mean you get an error message, or that it prints the wrong output? Or nothing at all?
Without information about which ftp client you are using, this is guesswork. Could you please tell what ftp client you are using? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|