PS. I can only use cmdline utils, and remote admins suggest I use Filezilla or LFTS, however, my admin suggested I use cUrl. Honestly, I wish to simply use scp, but you know, I can't lol.
PSS.
what was said from remote admin:
Quote:
We only support FTPS for all vendors. We do have SFTP but used for other Third party partners.
PSSS. my response:
Quote:
I do not have LFTP, and FleZilla, nor is our HPUX supported anymore, and is on it's way out in 4 months. There is no GUI, this must be a cmdline crontab entry.
I am at your mercy Unix Gods, suggestions are completely welcome.
---------- Post updated at 11:58 AM ---------- Previous update was at 11:15 AM ----------
---------- Post updated at 12:00 PM ---------- Previous update was at 11:58 AM ----------
it just hangs, i get no reply/anything from remove server:
You can't expect curl to guess the protocol to use; you need to specify that you want to use FTPS. Something like:
Sometimes the remote FTPS server puts you one folder above the target destination so you need to send CWD before starting the transfer (you'll see an error message if this happens).
Also, while you're setting up the connection, it's advisable to use "-v" flag to show verbose output.
Last edited by verdepollo; 10-23-2013 at 06:26 PM..
We are implementing CUPS on a new Solaris 11.3 system. The same system will run an application where users can print to networked printers inside our organisation, or to a printer outside of our organisation over the internet.
For users printing to internal network printers, no encryption is... (0 Replies)
Here are the essentials:
un: myuser
pw: mypasswd
site: sftp.somesite.com
port: 990
type: FTPS
enc: FTP over implicit TLS
program used:
Curl 7.1.x on Hpux 11.31
I would like to "put" 1 file on there server.
Here is my syntax, what am I doing wrong?
curl -3 -v --cacert... (5 Replies)
Hi,
I'm having issues with implicit dependencies for my RPM package. This is the error I'm getting:
error: Failed dependencies:
libclntsh.so.11.1()(64bit) is needed by geomatica-10.4-0.x86_64
Our software has a dynamically loaded library which links to the Oracle's libclntsh.so.11.1... (2 Replies)
Hi,
I'm tying to use the following function to reboot the system as part of my code
#include <unistd.h>
#include <linux/reboot.h>
int restart(unsigned int delay)
{
sleep(delay);
return reboot(LINUX_REBOOT_CMD_RESTART);
}
When I try to compile the code I get the warning in the... (2 Replies)
We have a requirement to setup secure ftp between our AIX v5.3 system and
our mainframe. We don't want to use openssh with sftp and scp. Our mainframe uses ftp over ssl/tls so we have to use this on our AIX box. We have openssl on our AIX system but I'm not sure how to setup ssl/tls over ftp
on... (4 Replies)
only wanted to know .. if I have some tivoli jobs running with different user .. will this mean that everytime the job invokes .. the .profile runs for that user ... or is it that the .profile runs only at explicit LOGINs ...
e.g if a cron calls a job under some user, does it run the .profile of... (1 Reply)
Hi All
I want some help in writing a script that will:
1. Implicitly ping a server to see if it is up or not. (I have blocked all ICMP traffic on that box)
2. if the server is down send an alert mail to users
I have looked and looked but I could not get any way to do this. What I have... (2 Replies)