File downloading


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers File downloading
# 1  
Old 01-28-2017
File downloading

I saved to disk using lynx, under ls it shows up but no matter what I have done back comes the statment no such file.
How do you erase these ls false readings or open what ls shows?

Last edited by Don Cragun; 01-28-2017 at 04:37 PM.. Reason: Add ICODE tags.
# 2  
Old 01-28-2017
Show us the output from ls -l (in CODE tags).

Show us what you have done (in CODE tags) that produces the diagnostic message no such file?

What ls false readings are you trying to erase?

Show us the exact, complete diagnostic (in CODE tags) that is produced when you try to open your file?

PS: What do you want to do to your file after you open it?

Last edited by Don Cragun; 01-28-2017 at 04:38 PM.. Reason: Add PS.
# 3  
Old 01-28-2017
ls -l shows the names of the files, the false readings are the listed files that are not really there,
The purpose is reading these files they are txt file mostly(I would rather not give you any more data) it is nothing but using lynx within it using the download function , which says -save to disk, then using ls to check for the file , finding it listed then trying to open it to read be it with a txt editor or what ever and getting no such file as an , but what can code tags do?

Last edited by Don Cragun; 01-29-2017 at 11:58 PM.. Reason: Add ICODE tags.
# 4  
Old 01-28-2017
Probably Lynx hasn't finished (properly) downloading. It should create a file in /tmp (AFAIK) before transfer to destination. Need to monitor download function.

sent from my HTC smartphone
# 5  
Old 01-28-2017
Quote:
Originally Posted by Jackbird
ls -l shows the names of the files, the false readings are the listed files that are not really there,
The purpose is reading these files they are txt file mostly(I would rather not give you any more data) it is nothing but using lynx within it using the download function , which says -save to disk, then using ls to check for the file , finding it listed then trying to open it to read be it with a txt editor or what ever and getting no such file as an , but what can code tags do?
We can't help if you won't help us see what is going wrong. We all know that ls -l shows the names of file AND a lot more; not just the names of files. SHOW us the ACTUAL output produced by the command: ls -l.

Telling us you are using a txt editor to open a file doesn't tell us what went wrong. SHOW us the ACTUAL diagnostic message(s) produced by your shell or by the text editor when it fails to open a file whose type, permissions, owner, group, size, timestamp, and name was displayed by ls -l.
# 6  
Old 01-29-2017
Why would I give a complete stranger that kind of data?
So on it goes, sysiocod error #define ENOENT 2 /*No such file or directory */
Also it is a freebsd os not linux , shell t,
Prompt ~%
None of this is about programming only using unix to surf the web.
Also friend you sound liie a cop do you need my ip also, maybe my cc#,


Moderator's Comments:
Mod Comment Why would a complete stranger spend a single minute trying to help you?
Seriously: PLEASE follow the forum rules that you agreed upon when registering. Be aware that using sarcasms violates rule#1!

Last edited by RudiC; 01-30-2017 at 05:17 AM.. Reason: Added MOD comment on language.
# 7  
Old 01-29-2017
Quote:
Originally Posted by Jackbird
Why would I give a complete stranger that kind of data?
So on it goes, sysiocod error #define ENOENT 2 /*No such file or directory */
Also it is a freebsd os not linux , shell t,
Prompt ~%
None of this is about programming only using unix to surf the web.
Also friend you sound liie a cop do you need my ip also, maybe my cc#,
You might give us that kind of information because you asked for our help diagnosing a problem and we need that information to help you diagnose that problem.

Now that we know you're using a BSD derived system, we know that the default ls output is likely to show certain control characters in filenames as sequences of other characters. I have never heard of a shell named t and I have no idea whether or not it contains a built-in ls utility that transforms names in some way.

Since some of the volunteers here know how some name transformations work, if we could actually see the exact diagnostic message produced by whatever utility is reporting "file not found" and the output from ls -l, we might be able to tell you how to open the file.

Maybe, if you're used to Windows instead of BSD, Linux, and UNIX Systems; you aren't aware that the files Abc and abc are two different files on those systems (even though either name would access a single file on many Windows systems).

Maybe there are <space>, <tab>, <carriage-return>, or <newline> characters in a filename. Multi-column ls output may completely hide that information; but ls -l output will in some cases make them that immediately obvious.

Maybe you have an alias installed for ls that is adding a character to the end of a filename to indicate the type of that file.

Maybe lots of other possibilities are affecting you. If you don't want to show us what is going on, that is your choice. I am not a cop. I do not want you IP address. I do not know what a cc# is, and do not want to know your cc#. All I want is information that will help us help you open your file(s). I do know that the standard ls utility on any BSD, Linux, or UNIX System will not show you the name of a file that does not exist.
This User Gave Thanks to Don Cragun For This Post:
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