Search Results

Search: Posts Made By: Dallasbr
2,738
Posted By Dallasbr
Thanks everyone. sjc, it worked exactly how I...
Thanks everyone. sjc, it worked exactly how I wanted it to, appreciate it.
2,738
Posted By Dallasbr
Thank you, one more question. What value would...
Thank you, one more question. What value would the variable have upon a empty result? I put null in here for an example. I hope the question makes sense.


for h in $HouseNums
do
echo...
2,738
Posted By Dallasbr
Simple If then statement
Hello,

I have never actually created a bash script but thought I would give it a try and got hung up fast.(stupid noob). In the script I have parsed a xml file to get a bunch of file prefixs out....
3,336
Posted By Dallasbr
Serial Command Troubles
Hello,

I am trying to send serial commands via a USB->Serial device using Mac OSX 10.5. I have the PL2303 driver installed. I have installed minicom and I can send commands all day long using echo...
1,966
Posted By Dallasbr
Thanks again, I really appreciate your help. I...
Thanks again, I really appreciate your help. I have been working on a custom scheduling software for an in house project at my work and your help with processing this data has really sped up my...
1,966
Posted By Dallasbr
Hello, Based in this same text format is...
Hello,

Based in this same text format is there a way to extract all lines between two dates.

record=5,French 9,2008-09-05T08:55:00,2008-09-02T10:00:00,2
record=79,Entrepreneurship...
1,966
Posted By Dallasbr
I have to be honest with you. I have absolutely...
I have to be honest with you. I have absolutely no idea how this works but it works very well. Thank you so much for your help.

Thank you Annihilannic
Dallas
1,966
Posted By Dallasbr
Sort Text
Hello,

I have a text file that I need to sort the lines by date

record=5,French 9,2008-09-02T08:55:00,2008-09-02T10:00:00,2
record=79,Entrepreneurship...
10,762
Posted By Dallasbr
Thank you, I had tried that and thought that I...
Thank you, I had tried that and thought that I must be doing something wrong because I was hoping the active transfer would have a faster download speed than passive but they appear to be the same.
...
10,762
Posted By Dallasbr
cURL Active FTP Download
Hello,

I know this is probably a very silly question for most but how to do I force curl to do active FTP downloads?


Thank you
Dallas
49,510
Posted By Dallasbr
Thanks cass, Dallas
Thanks cass,
Dallas
49,510
Posted By Dallasbr
I have a way to do it now, Thanks for the replies...
I have a way to do it now, Thanks for the replies everyone.

I used the following bash script to get it to work.

#!/bin/bash
hostname="ftp://$1:$2@$3"
ftp $hostname << EOF
ls -1R
EOF
...
49,510
Posted By Dallasbr
I am hoping to do it without installing any...
I am hoping to do it without installing any additional software so I can run it as part of a larger application that can run on any OSX computer.

I found this through a web search but it gives me...
49,510
Posted By Dallasbr
That is exactly what I want to do, but I have no...
That is exactly what I want to do, but I have no idea if there is anyway to do it. Like you say I can't find an argument in curl for this. I don't have to use curl. I think I could do it with a bash...
49,510
Posted By Dallasbr
Listing all files on FTP Server
Hello,

I am the definition of UNIX newbie so please bare with me. I am wondering the best way to list all files on a ftp server.

If I use

curl -l ftp://user:password@ftp_server

This...
Showing results 1 to 15 of 15

 
All times are GMT -4. The time now is 02:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy