![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| History | Vivek788 | Shell Programming and Scripting | 7 | 05-21-2008 07:29 PM |
| Any History | igorsch | Linux | 1 | 09-25-2004 09:45 AM |
| Automate FTP / Scripting FTP Transfers | Perderabo | Answers to Frequently Asked Questions | 0 | 05-20-2004 05:50 PM |
| text files, ASCII files, binary files and ftp transfers | Perderabo | Answers to Frequently Asked Questions | 0 | 04-08-2004 01:25 PM |
| history | tselvanin | UNIX for Dummies Questions & Answers | 2 | 09-23-2003 12:40 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
History of old FTP transfers
How can one find the name and size of files ftp'ed during an old ftp transfer.
Is there any log where these details are stored or any UNIX command which can provide these details. Thanks in advance. |
| Forum Sponsor | ||
|
|
|
|||
|
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 |
|||
| Google UNIX.COM |