![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| History | Vivek788 | Shell Programming and Scripting | 7 | 05-21-2008 10:29 PM |
| Any History | igorsch | Linux | 1 | 09-25-2004 12:45 PM |
| Automate FTP / Scripting FTP Transfers | Perderabo | Answers to Frequently Asked Questions | 0 | 05-20-2004 08:50 PM |
| text files, ASCII files, binary files and ftp transfers | Perderabo | Answers to Frequently Asked Questions | 0 | 04-08-2004 04:25 PM |
| history | tselvanin | UNIX for Dummies Questions & Answers | 2 | 09-23-2003 03:40 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi blowtorch,
Please let me know where should I post any new queries then. Regarding the FTP query I have posted, I am not using any script. Just using the UNIX ftp command to transfer files. Are these details not stored anywhere, in any of the logs. If this is so then is there any method by which I can retrieve these details for new FTP transfers. I assume that since for old ftp transfers these details are not stored by the system I can't retrieve them in anyway. |
|
||||
|
Hi Jim,
Thanks for the reply. Need some clarifications regarding the code snippet you have given. I believe this is a shell script for storing details of new ftp transfers in a file. echo " open node # Open connection to the remote server USER pass pswd # Connect using user-id and password verbose # Switch off verbose cd /somewhere put somefile # Some instructions bye " > /usr/bin/ftp -n >> /path/to/myftp.log # What does '> /usr/bin/ftp -n' do exactly. Should it be reading '<' from /usr/bin/ftp and then writing to a file. # How can I go about implementing this script so that details of all new ftp transfers are logged in a file. Thanks in Advance Nakul |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|