- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: FTP problem
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
Forums
Discussions
Discussions
Discussions
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
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
01-26-2001 09:17 AM
01-26-2001 09:17 AM
FTP problem
My contact at the bank has given me the following command to use to retrieve one "batch" at one time:
get "$$ ID=UPREDIOO BID='PGP EDI OUTBND NCFSJ2S' ONEBATCH=Y" filename
I have tried escaping the $$, to no avail. I have tried both "\$$" and "\$\$" and have not had any luck. The error I get is:
200 PORT command successful.
550 $$ command missing or syntax error -> <{$$} ID=ID BID='PGP EDI OUTBND NCFSJ2S' ONEBATCH=Y>
I am fairly certain that the error is coming from the bank.
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2001 09:38 AM
01-26-2001 09:38 AM
Re: FTP problem
Does the command behave any differently interactively?
Error 550 is "requested action not taken; file unavailable, not found, no access".
...?....
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2001 09:45 AM
01-26-2001 09:45 AM
Re: FTP problem
Apparently, for some reason, it does not like trying to use the $ signs or escape the $ signs outside of a macro.
I don't understand why it makes a difference, but it is working now and I am happy!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 03:57 AM
06-28-2004 03:57 AM
Re: FTP problem
Could you provide me with some more information on how you resolved this problem (I know it's been a long time)???
I am having the exact same problem with some bank batches, and would like to know more about how you solved this....
Thanks for your help,
John Townley
Computer Sciences Corporation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 04:29 AM
06-28-2004 04:29 AM
Re: FTP problem
Hmmm....This has been a while. I have switched jobs since this post as well.
But if I recall correctly, I had use a .netrc file in the users home directory that was running this and make the above referenced "get" action a macro in the .netrc. I then connected to the FTP site and ran the macro.
Since this was for a previous job, I don't have access to the macro anymore.