Re: [julia-users] Re: unable to connect to FTP using IP address

2016-09-02 Thread Yared Melese
>> close(ftp) >> ftp_cleanup() >> >> Binary is longer a function in the latest version of FTPClient.jl and it >> is currently assumes that downloads are in binary. So there's no need to >> specify it. >> >> Let me know if this does or doesn't work. >&

[julia-users] Re: unable to connect to FTP using IP address

2016-08-17 Thread Yared Melese
ssl=true` > in > ftp = FTP(host="192.168.251.200", implt=true, ssl=true, user="anonymous", > pswd="") > might work. > > Sam > > On Friday, August 5, 2016 at 9:22:15 AM UTC-5, Yared Melese wrote: >> >> Hi Samuel, >> >&g

[julia-users] Re: unable to connect to FTP using IP address

2016-08-05 Thread Yared Melese
Hi Samuel, Would you please let me know if the information I provided is enough? Thanks Yared On Wednesday, July 27, 2016 at 12:23:56 PM UTC-5, Yared Melese wrote: > > Hi Samuel, > > Here is how it is done in matlab > % connect to ftp > f = ftp(host, username,

[julia-users] Re: unable to connect to FTP using IP address

2016-07-27 Thread Yared Melese
016 at 10:09:06 AM UTC-5, Yared Melese wrote: >> >> Hi Samuel, >> >> Thanks for your inputs >> >> I am trying to connect to a file server with IP address and get the >> latest file with certain extension then process the data and save it on &

[julia-users] Re: unable to connect to FTP using IP address

2016-07-26 Thread Yared Melese
ou could post how > to get the file with curl, I might be able to better serve you. > > On Wednesday, July 20, 2016 at 4:17:29 PM UTC-5, Yared Melese wrote: >> >> >> >> Hello >> >> Would you please let me know if I missed anything, I am using FTPClient &

[julia-users] Re: FFT, PSD and Windowing functions

2016-07-26 Thread Yared Melese
t; data collected Thanks Yared On Friday, July 22, 2016 at 10:33:36 AM UTC-5, Islam Badreldin wrote: > Hi Yared, > > Please see below,, > > On Thursday, July 21, 2016 at 11:19:44 AM UTC-4, Yared Melese wrote: > >> Hi Islam, >> >> Thanks for your i

[julia-users] Re: FFT, PSD and Windowing functions

2016-07-21 Thread Yared Melese
melese\Desktop\fft.jl, in expression starting on line 23 On Wednesday, July 20, 2016 at 9:15:40 AM UTC-5, Yared Melese wrote: > Hello > > Would you please let me know the package available to do windowing, FFT > and PSD? > > Currently, I have bin file that I have processed in

[julia-users] unable to connect to FTP using IP address

2016-07-20 Thread Yared Melese
Hello Would you please let me know if I missed anything, I am using FTPClient and using IP address as a host but not able to connect Here are my commands using FTPClient ftp_init() ftp = FTP(host="192.168.251.200", implt=true, ssl=true, user="anonymous", pswd="") binary(ftp) file =

[julia-users] FFT, PSD and Windowing functions

2016-07-20 Thread Yared Melese
Hello Would you please let me know the package available to do windowing, FFT and PSD? Currently, I have bin file that I have processed in Julia and need to window it and take preferably PSD but FFT work as well Thanks Yared

Re: [julia-users] Re: Julia String Manipulation

2016-07-18 Thread Yared Melese
Perfect!!! Thank you very much It works! On Monday, July 18, 2016 at 2:39:21 PM UTC-5, Tom Breloff wrote: > julia> parse(Float64,ans[1]) > 200.5 > > > On Mon, Jul 18, 2016 at 3:33 PM, Yared Melese <yam0...@gmail.com > > wrote: > >> Thanks for quick respo

[julia-users] Re: Julia String Manipulation

2016-07-18 Thread Yared Melese
"Exact qty:" search(exString, srchStr) ans = exString[search(exString, srchStr)[end]+1:end] |> strip |> split value1= parse(string,ans[1]) Thanks Yared On Monday, July 18, 2016 at 1:31:16 PM UTC-5, Yared Melese wrote: > Hello > > I was trying to parse a number fr

Re: [julia-users] Re: testing intrument Automation

2016-07-18 Thread Yared Melese
nik.net/application-notes/application-notesusing-nis-gpib-drivers-in-qt/). > > > > > > -A > > > > > > On Saturday, July 2, 2016 at 5:39:07 PM UTC-7, Yared Melese wrote: > >> > >> Can Julia be used as instrument test Automation? Send commands via GPIB > to > >> different instruments > >> > >> If so is there Visa library for it? > >> > >> Thanks > >> Yared >

[julia-users] Julia String Manipulation

2016-07-18 Thread Yared Melese
Hello I was trying to parse a number from string as shown below. Would you please let me know if there is easy way to get the number after a specific string ? please note that the string can be variable(different) goal is to specify search string and put out exact number with out any text

Re: [julia-users] Re: testing intrument Automation

2016-07-08 Thread Yared Melese
cation-notesusing-nis-gpib-drivers-in-qt/). > > > > > > -A > > > > > > On Saturday, July 2, 2016 at 5:39:07 PM UTC-7, Yared Melese wrote: > >> > >> Can Julia be used as instrument test Automation? Send commands via GPIB > to > >> different instruments > >> > >> If so is there Visa library for it? > >> > >> Thanks > >> Yared >

[julia-users] testing intrument Automation

2016-07-02 Thread Yared Melese
Can Julia be used as instrument test Automation? Send commands via GPIB to different instruments If so is there Visa library for it? Thanks Yared