![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with csv file gen from C++ | electroon | High Level Programming | 10 | 01-05-2008 05:09 AM |
| Log file problem | chris1234 | Shell Programming and Scripting | 9 | 12-29-2007 04:41 AM |
| What's the problem with the pdf file?? | new_hand | UNIX for Dummies Questions & Answers | 1 | 09-21-2005 05:56 AM |
| file not found..but file is there, also zip problem | caddyjoe77 | UNIX for Dummies Questions & Answers | 4 | 04-23-2005 02:47 PM |
| cat file problem | bensky | Shell Programming and Scripting | 3 | 09-26-2003 06:50 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
File Name Problem from FTP
Hi, there. I am new to UNIX and I am writing a script that it uses the FTP to get a list of the files from the FTP server, and compares this list with the local folder to check if the file already exists. If not exist, then it connects to the FTP server again to download the files
The problem is that the list I got from the server is in long format. That is, it includes also the permissions, the time, etc. How can I split it to get only the file name so that I can compare the list and download the file using the file name? The command I use in the FTP side is the "ls", which is equal to "nlist". |
| Forum Sponsor | ||
|
|