Summary: hi all, This is regarding ksh script. I have a ftp script which does fine job in copying files to remote server. But i still have a small problem...
Summary: I have written a script to automatically ftp a file from one server to another. I want to add the date and time to the extension of my file name. If m...
Summary: I need an FTP script that would take a file from one Windows Server to put in another Windows Server. I am not looking for a batch script here... is t...
Summary: Hi. Although what u r trying to say is not very difficult by If I am at you position I will use this approach In place of - cd to the most recently...
Summary: I like the resources that you provided with FTP question. I need help with parsing a file on an IRMFTP server with a name like "FAU.PB1.budget". How...
Summary: Hi, I've managed to create a C Shell script to get the names of the ASCII files that I want to FTP off of my remote hosts. The names of the ASCII file...
Summary: Hi i need some help!! i need to ftp files from remote machine but before ftp i need to check the files which i am ftp'ing are 8 days old and the dates...
Summary: I need a ftp script to delete old text files on a remote server based on the file retention rules such as 2 weeks, 1 month, etc. It can be written as ...
Summary: Hi, I have encounter a problem and hopefully someone from here can help me out, please. Is it possible for me to pass a parameter to ftp? Here is what...
Summary: I need to connect to a client PC and send some files thro' FTP (mput *.gz). Server runs on Solaris and Two clients run on W2k & Solaris. Pls help me t...
Summary: I'm attempting to insert the current date into a string of variable text. Here is my example and result begin="this is a test" datevar='date +%Y-%m-...
Summary: How can I write a unix script to ftp file from one machine to the other but exclude file already being transferred. The script runs under cron and onl...
Summary: Thirst, thank you for the fast answer. When i start my little ftp-script, it is still asking the password, also with the .netrc file. Should i have to...
Summary: I am writing an ftp script to get a file whose filename changes, but the file extension is consistent. Tried using "get *.txt" but got "file does not ...
Summary: On a Windows Server there will be multiple files that needed to be FTP’d to Unix Server. We want to merge all these files into 1 file and rename the...
Summary: Dear All, My OS : Solaris and Shell is ksh. I have a requirement to assign date to a variable. I tried following and failed. myvar=date '+ %y%m%d_%h' ...
Summary: dear mr. i need you to send me an information about how to make apload and download to ftp server ,i think that this is the way to show your web site ...
Summary: Can I convert current date to second, and sum it with 10800 (seconds for 1 week) and convert again the result to date to get the actual date in next w...
Summary: Hi, i have grepped a process number from a file & redirected to temp file. from temp file, I should assign process number to a variable "pnum". to ex...
Summary: Hello, I am looking for a korn shell which converts any given date to julian date. I do not need the current day converted via `date +"%j"` but any ot...
Summary: hey, how would i go about adding text to the end of every 2nd line, then appending the second line to the first? any help would be appreciated ...
Summary: Hi Experts, I want to pass one input to a script. I tried the below command: echo "1" | script.sh arg1 arg2 means script.sh will take two arguments ar...
Summary: How about any environmental variables for the user? Have you added them to the script also? This is the only other thing i could see causing that pr...