Search Results

Search: Posts Made By: amitshete
5,731
Posted By amitshete
The ftp server needs SSL authentication so I can...
The ftp server needs SSL authentication so I can not use ftp or sftp :wall:
5,731
Posted By amitshete
Using CURL for FTP
Hello,

I am using curl command to interact with the FTP server. I have gathered some information around downloading / uploading of files using curl command.
However, I couldn't find any...
116,068
Posted By amitshete
Hi Ahamed, Remote server is a windows...
Hi Ahamed,

Remote server is a windows server. Is there any other way to identify the issue.

Thanks
116,068
Posted By amitshete
It did not return anything. What does that mean ?...
It did not return anything. What does that mean ?

The FTP server I am trying to connect to requires SSL authentication so I am using 'lftp'.
116,068
Posted By amitshete
Any idea about following error ? Login...
Any idea about following error ?

Login failed: 530 User cannot log in.

I am getting this error while connecting to a FTP server through Unix

- Amit
116,068
Posted By amitshete
Curl version : curl 7.15.5...
Curl version :

curl 7.15.5 (x86_64-redhat-linux-gnu) libcurl/7.15.1 OpenSSL/0.9.8b zlib/1.2.1
Protocols: tftp ftp gopher telnet dict ldap http file https ftps
Features: IPv6 Largefile NTLM SSL...
116,068
Posted By amitshete
@Cero : Where should I put that ? 'AUTH SSL'. I...
@Cero : Where should I put that ? 'AUTH SSL'. I tried putting it on FTP console, it came back with an error.

The response of curl command is :

* About to connect() to FTPSERVER port 21
* ...
116,068
Posted By amitshete
Sorry for not mentioning that. I tried ftps...
Sorry for not mentioning that. I tried ftps option with lftp. I too have the utility though the version looks little older than yours :

-------------------------

LFTP | Version 3.5.1 |...
116,068
Posted By amitshete
Hello Cero, I tried that option, it is...
Hello Cero,

I tried that option, it is throwing an error :

/lib64/libcrypto.so.6: undefined symbol: inflateEnd
connect: ftp - not supported protocol

Do we have to set up any env variables...
116,068
Posted By amitshete
Hi Ahamed, Thanks for your response. I tried...
Hi Ahamed,

Thanks for your response. I tried all the options you have suggested.
1) Turned off the firewall
2) SSHD services were running

But it did not help :(

@Cero : could you please...
116,068
Posted By amitshete
How to connect to FTP server which requires SSL authentication?
Hello,

I tried searching through lot of threads for a solution but couldn't fetch the exact solution, so I am creating a new thread.

I am trying to connect to a FTP server

1) using a simple...
Forum: UNIX and Linux Applications 10-04-2011
3,877
Posted By amitshete
Unable to connect to a website using Curl
Hello,

I am using Curl command to make a function call to a web service. The issue I am facing right now is:

curl h**p://www.google.com

with the above command, I get a XML file as a...
16,621
Posted By amitshete
Thanks Alister. That was helpful. I ended up...
Thanks Alister. That was helpful.

I ended up with following command which worked for me:

echo '<parameters><taskName>TestTask</taskName></parameters>' | curl -u usernam:password -X POST -H...
16,621
Posted By amitshete
Calling RESTful web services from Unix ?
Hello,

I need to make a function call to a RESTful web service. I tried using curl command but it throws an error 'Mathod not allowed'

curl --request POST <link>

Could someone confirm if...
5,417
Posted By amitshete
:)
Thanks a lot guys...
This worked for me !!!
5,417
Posted By amitshete
how to find the count of commas in a string excluding the ones in double quotes
Hi,
my requirement is to find the count of commas in a string excluding the ones in double quotes.
For example:
If the input string is

abc,xyz.com,lmhgdf,"abc, 401 street","tty,stt",45,23,45
...
Showing results 1 to 16 of 16

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