File downloading


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers File downloading
# 8  
Old 01-29-2017
I believe the shell is what is considered the new c shell, tcsh, the problem is solved thank you very much for your efforts, I would rather not give you anything more it is a general problem that ls is showing a file name which is not there. I will be looking under I/o to learn to delete these , I have found you truly cannot open these listed files they were named but never constructed. As I wrote above it is a sysiocod error which means that there was a problem from the sender. Maybe lynx which is a text command line browser, or the web site . Thanks anyway , it is the standard ls utility on freebsd which shows blank names which are none constructed files being I think because they are to come from a third party and never do.
# 9  
Old 01-30-2017
I'm glad that you have solved your problem.

But, ls does not show a filename that is not there. The filenames that ls does show may contain characters that disappear when displayed on a terminal, may contain characters that cause some characters of a filename to overwrite other text on your screen, and might contain sequences of characters that cause terminal to display some parts of a filename in random places on your screen (although I thought BSD versions of ls normally translated those sequences to visible character sequences). If you'd like help in removing these files (they really do exist), we'd be happy to help if you would supply some of the details we've requested. If you want to keep accumulating files that you don't seem to be able to process, that is your choice.
# 10  
Old 01-30-2017
As Don has already said, you asked for assistance but then won't give us the information to allow us to answer correctly. What do you want? Wrong answers which we have had to guess?

If you have a Unix/Linux problem this is the right place to bring it. The experts volunteering their time are the best on the planet so please don't be so abrasive to us all.

Back to your problem, refer back to my post#4. I think you are right that the file(s) never arrive. During the download process, Lynx receives the data stream into a temporary file in /tmp and also holds a zero length file open in the destination directory that you specify. During the download process, those files are visible to 'ls' of course.

If the download process aborts, hits time-out, or whatever, Lynx will back-out and clean-up removing the files from /tmp and the destination directory. The result is that the file you saw using 'ls' is now gone!

This is a guess!!!

Last edited by hicksd8; 01-30-2017 at 06:09 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to check if downloading of a file is completed?

Hello All. We are getting one zip file from another server daily. The size of the zip file will be around 4.5 gb that takes time to download completely. I have to process that file furthest once get downloaded completely. I have written one code for that, but i need suggestion whether it is a... (7 Replies)
Discussion started by: looney
7 Replies

2. Shell Programming and Scripting

Downloading file from mainframe to UNIX

Hi All , I need a help regarding file ftp ing from mainframe to unix.Our source file is mainframe file.I need to download the mainframe file to local unix server through unix script.If anyone can help me how we can do it through unix script ,it will be really helpful.Thanks. (7 Replies)
Discussion started by: STCET22
7 Replies

3. Windows & DOS: Issues & Discussions

Issue while downloading a file from youtube via IDM

I download a file (video) from youtube via IDM. What happens, it downloads completely but while running the video, I find that it isn't proper. The video won't be complete. for ex., a 10 minutes video which I downloaded now runs for 10 seconds only and then stops. So, may times I download the same... (1 Reply)
Discussion started by: ravisingh
1 Replies

4. Shell Programming and Scripting

File downloading help in perl

Im trying to write a perl code to do the following task. I have a website which is located in a diffirent country. I want to download a file from that site everyday. The file name keeps on changing everyday. say the file name is CTP-latest-5.3.0.37.iso next day it may change to... (0 Replies)
Discussion started by: srijith
0 Replies

5. UNIX for Dummies Questions & Answers

Downloading file from web using perl script

Hi experts, I've question in perl, i need to download a text file from the Web and save that content to the server, Is it possible in perl script or i need to do it in the excel. I tried in the excel but the alignment is missing there. Could you please help in find that. Thanks senthilkumar (0 Replies)
Discussion started by: senthil.ak
0 Replies

6. UNIX for Dummies Questions & Answers

Unix command used for downloading file from net

Hi, Which command I can use to download a file from website? I tried with wget and lwp-dowload but no gain. Can any one suggest me the good way to dowload? (2 Replies)
Discussion started by: siba.s.nayak
2 Replies

7. Shell Programming and Scripting

File downloading

Hi, I am newbie in Perl/CGI and I need your help to develop a little script to help me to download some files located in a FTP server via HTTP to a disk. I need to authenticate with username/password via a HTTP page and I can choose the files to download from the web page to my disk. Can... (2 Replies)
Discussion started by: imad77
2 Replies

8. Shell Programming and Scripting

Downloading file from internet

Hi, I need to write a script to download a file (say http: //www.mysite.com/myfile.txt) from the internet (please note that the file is on http not ftp). Please let me know if there is any method other than wget. Thanks, Chetan (4 Replies)
Discussion started by: chetanpc
4 Replies

9. Shell Programming and Scripting

Downloading a csv file automatically

I want to automatically download a CSV file daily which can be found here: London Stock Exchange - Search and the link is named "Click to download covered warrants (100Kb)" on the right hand side. What commands can I use to invoke clicking on this link and initiating the download? And also... (2 Replies)
Discussion started by: figaro
2 Replies

10. UNIX for Dummies Questions & Answers

Downloading Excel File

Hello All, Currently working with CGI scripts in perl which involves a) uploading b) processing c) downloading the file back to the user uploading and processing quite trivial and they are done Third part is kind of being tricky. Excel file in binary format is getting displayed in the... (4 Replies)
Discussion started by: matrixmadhan
4 Replies
Login or Register to Ask a Question