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 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 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: 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: 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: 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: 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: Does anyone have a script that will ftp any single file from one machine to multiple machines all in one shot? A mass ftp from a host to a selected am...
Summary: Hello, could someone tell me please, how to implement in a script an kind of FTP batch file, which anonymously gives userid and psw and a put and bye ...
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, Additional question to this.. Is it possible to pass a shell variable to the ftp script..I am trying to get the filename dynamically associat...
Summary: I am looking for a ksh script (without the help of the Kermit libraries) which connects to a ftp server and checks if the file "KEI.done" exists. If t...
Summary: How do i skip the user login when i try to do a ftp in shell script? if i do the ftp at the command prompt, i will hit on the carriage return when the...
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: Okay, Im a bit of a beginner, but trying to troubleshoot a problem. We have a script running which uses the ftp command to upload a bunch of files. Us...
Summary: I really need help how to write this script to make it work.....This script called "Test.ksh" at host A to remote on host B (host B = ps4580-1. /usr/l...
Summary: I'm developing a FTP script to send some files to another one FTP server. That FTP server is 128 bit SSL enabled. While trying to login to the system,...
Summary: Hi I'm hoping I could get some help on the following. I'm writing a script which will in turn create an ftp script then excecute it. eg echo ...
Summary: Hi folks, Some one know who create a FTP script under HP-UX 11..? and who pass parameters, a mean, for example, I need to pass the file name for trans...
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: Hi everyone, I'm ftping data from Win2000 to Unix, and need to update the new unix file with 777 permissions. I would expect to be able to use the "s...
Summary: Srini, one way to do this will be to have a BAT file on your NT and the bat file would just call an ftp script which sits on your NT. example: the ba...