- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Using curl to upload a file
Operating System - OpenVMS
1820475
Members
3254
Online
109624
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-26-2010 08:41 AM
тАО08-26-2010 08:41 AM
Using curl to upload a file
I am trying to upload a file to an https site and apparently the file is not upload...I am at a lost any help is appreciated.
$ curl --insecure --progress-bar -v -F "upload=@felix.txt" -u "
username:password" "recipient=bpursley" -F
https://premier-ftp.premierinc.com/ftp/index.cgi
$ exit
the recipient field is not taking nor is the file being uploaded.
$ curl --insecure --progress-bar -v -F "upload=@felix.txt" -u "
username:password" "recipient=bpursley" -F
https://premier-ftp.premierinc.com/ftp/index.cgi
$ exit
the recipient field is not taking nor is the file being uploaded.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-26-2010 01:51 PM
тАО08-26-2010 01:51 PM
Re: Using curl to upload a file
Felix,
In my experience curl is very chatty.. lots of output messages, possibly meaningless, but maybe not!
Please post whatever output you have.
I'd also be checking very basic operations before trying anything fancy. What does
$ curl http://www.google.com/
do?
In my experience curl is very chatty.. lots of output messages, possibly meaningless, but maybe not!
Please post whatever output you have.
I'd also be checking very basic operations before trying anything fancy. What does
$ curl http://www.google.com/
do?
A crucible of informative mistakes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-26-2010 02:24 PM
тАО08-26-2010 02:24 PM
Re: Using curl to upload a file
I'm not a big cURL user, so I know nothing,
but ...
> Using curl [...]
Which version? On what?
> $ curl [...]
Does that command make sense? I seem to see:
--insecure --progress-bar -v
-F "upload=@felix.txt"
-u "username:password"
"recipient=bpursley" -F <---???
> Please post whatever output you have.
At least. You might also try to look at
what a real Web browser does, before trying
to get cURL to do the same thing.
but ...
> Using curl [...]
Which version? On what?
> $ curl [...]
Does that command make sense? I seem to see:
--insecure --progress-bar -v
-F "upload=@felix.txt"
-u "username:password"
"recipient=bpursley" -F <---???
> Please post whatever output you have.
At least. You might also try to look at
what a real Web browser does, before trying
to get cURL to do the same thing.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP