- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sftp does not work binary(ascii) command?
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
тАО03-25-2007 08:13 PM
тАО03-25-2007 08:13 PM
sftp does not work binary(ascii) command?
some sftp commands does not work on hp-ux secure shell.(A.04.30.007,hp-ux11.23)
other ssh client software(for example Reflection for secure IT) can use these comamands with sftp.how would I do this?
sftp> binary
Invalid command.
sftp>
sftp> ascii
Invalid command.
sftp>
Thanks in advance
ROY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-25-2007 08:27 PM
тАО03-25-2007 08:27 PM
Re: sftp does not work binary(ascii) command?
there is no binary/ascii command for sftp. Check with help.
Please see this earlier thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=846520
Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-25-2007 09:30 PM
тАО03-25-2007 09:30 PM
Re: sftp does not work binary(ascii) command?
sftp is smarter than ftp. It saves you the trouble of mangling them with ftp by figuring things out for itself. Correctly, nearly 100% of the time.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-25-2007 09:44 PM
тАО03-25-2007 09:44 PM
Re: sftp does not work binary(ascii) command?
i think some customer needs these commands, because of "ftp" can work these commands.
(for example multiple file transfers like a batch mode)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-25-2007 11:35 PM
тАО03-25-2007 11:35 PM
Re: sftp does not work binary(ascii) command?
did everything in binary. (Because everyone
runs UNIX, it doesn't matter, right?)
Perhaps the protocol has since been extended
to offer a choice, but I don't know. (Check
the RFC?) In any case, it's common for SFTP
clients and servers to know nothing about
different line endings. (Or EBCDIC.)
I gather that some people use programs like
dos2unix and/or unix2dos to compensate for
this oversight. There are also options in
the Info-ZIP Zip and UnZip programs which can
change line endings on text files (Zip: -l,
-ll; UnZip: -a, -aa).
Is there an actual problem which you are
trying to solve, or do you just feel bad
because the "ascii" and "binary" commands are
missing?