Summary: Hello all, I have a problem with my FTP script. The script attemps to transfer all files from a remote directory to a local directory. The script is...
Summary: Hi, I want to write a ftp script which does a listing of the remote directory from within ftp and send that to a file to me as an output to the script...
Summary: I can FTP remote sites but i need to use feedback from unix to be redirected into a new/existing file hence "226 Transfer complete. 150 Opening ASC...
Summary: I have written an automated FTP script for mput (ie. to put many files from a local to a remote host). However, I will only know the remote directory...
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: I am on an HP-9000. I have ftp scripts for normal file transfers; but IBM Global requires 'Authorization'. They provided me with a certification txt ...
Summary: Not aware of anything like that. I know a ftp script, but if you just wanna run a df-k, why don't you run the following ? rsh xxx.xxx.xxx.xxx df-k ? ...
Summary: Dear friend, i found something from newsgroups and i saved it, and here it is. I hope helping you. ================= Jeff, Define the variables as app...
Summary: Hey guys/gals, hope someone can help with this.... I am getting the following error: "Mput_Files[4]: xc!=0: 0403-009 The specified number is not valid...
Summary: The following script is used to loop through files in the /tmp directory and transfer those files onto another server. However, some of the files do ...
Summary: Hello Can anybody explain how I can ftp the reult of a sql script in a shell script that is executed via a cronjob??I would like the result to be se...
Summary: How do I get FTP prompt by calling a shell script. I just want to be able to execute a shell script that connect to the ftp server and just return th...
Summary: i need some help i have a little script that uses ftp to send some files from my unix (HPUX) to another unix (HPUX). what i need is a way to check if ...
Summary: The main body of this script works as expected when not written as a function. When the script is written as shown below, the line "ftp -v -n < ftp in shell script
Summary: I need to know if the connection fails to the remote host in a shell script. Which error codes etc should I check for? What would be in the if stateme...
Summary: this inquirery is to find out how to write a unix script for ftp from Lucent CMS Manpower Planning Report off the ACD into A TELECENTER SYSTEM or TCS ...
Summary: Hi, I'm new to Shell scripting and I really need to code a tiny script to do the following: 1) Connect via FTP to an FTP server; 2) Download the LIST ...
Summary: I am using the following script(SECURE_FTP.sh) to put files into a remote system. When i am executing this script, it printing ksh: ./SECURE_FTP.sh:...
Summary: Hello, I have an shell script to transfer a 50KB TXT file from UNIX to NT4 server. The transferred file become 4-5KB less... When I look inside the t...
Summary: Hi all, I have a UNIX shell script that first generates a file, then FTPs it over to a remote machine running an FTP server. I want to delete the fil...