<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using fdx for sending information in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254641#M332012</link>
    <description>the user and pass are correct, the remote server im not sure if it is a unix server ...i think yes ...&lt;BR /&gt;basically i want to know programming , i mean:&lt;BR /&gt;&lt;BR /&gt;the problem here is that the system thinks that in the first at "@" starts the DNS,when it is part of the password ... so, i need to know how to tell to the system that is part of the password and the second at "@" there starts the Domain ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Aug 2008 20:59:44 GMT</pubDate>
    <dc:creator>Manuales</dc:creator>
    <dc:date>2008-08-19T20:59:44Z</dc:date>
    <item>
      <title>Using fdx for sending information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254633#M332004</link>
      <description>I have a problem ..&lt;BR /&gt;currently for sending information using the command fdx i use the foolowing:&lt;BR /&gt;&lt;BR /&gt;fun_secure_transport_file_driver_fdx a A aet girl1:1@$rtu#"@patito.com&lt;BR /&gt;&lt;BR /&gt;fun_secure_transport_file_driver_fdx :&lt;BR /&gt;It is a function&lt;BR /&gt;a, A aet are names &lt;BR /&gt;&lt;BR /&gt;aet is the name of the file to be sent.&lt;BR /&gt;&lt;BR /&gt;girl1:1@$rtu#"@patito.com is for sending theinformation.&lt;BR /&gt;&lt;BR /&gt;girl1 --&amp;gt; user&lt;BR /&gt;1@$rtu --&amp;gt; password&lt;BR /&gt;patito.com --&amp;gt; server to deliver the information&lt;BR /&gt;&lt;BR /&gt;question&lt;BR /&gt;how can i do to avoid the system understand the first "@" as part of the password and not part of the domain ?&lt;BR /&gt;&lt;BR /&gt;      here   here&lt;BR /&gt;girl1:1@$rtu#"@patito.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for $ i know i can use "\" right?&lt;BR /&gt;&lt;BR /&gt;please let me know.&lt;BR /&gt;Regards.</description>
      <pubDate>Tue, 19 Aug 2008 18:01:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254633#M332004</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2008-08-19T18:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using fdx for sending information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254634#M332005</link>
      <description>if you are using hpux system, you can not have @ character in your password file, if this user is to be authenticated via /etc/passwd file. If the password string is to be handled by application, yo might be able use it and as with any other special character, you can escape it by placing a "\" (backslash) in front of it.</description>
      <pubDate>Tue, 19 Aug 2008 18:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254634#M332005</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2008-08-19T18:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using fdx for sending information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254635#M332006</link>
      <description>Wel ..&lt;BR /&gt;yes, i'm using hp-ux server ....&lt;BR /&gt;&lt;BR /&gt;in my understanding:&lt;BR /&gt;&lt;BR /&gt;the way for sending information from hp-ux to other server using fdx and having the remote link is the following:&lt;BR /&gt;&lt;BR /&gt;fdx -u test.doc https://girl1:1@$rtu#@patito.com &lt;BR /&gt;&lt;BR /&gt;where fdx --&amp;gt; command to send the information&lt;BR /&gt;test.doc ---&amp;gt; file to be sent&lt;BR /&gt;girl1 --&amp;gt; user of the remote server&lt;BR /&gt;1@$rtu# --&amp;gt; password&lt;BR /&gt;@patito.com  --&amp;gt; DNS of the remote server&lt;BR /&gt;&lt;BR /&gt;the problem here is that the system thinks that in the first at "@" starts the DNS,when it is part of the password ... so, i need to know how to tell to the system that is part of the password and the second at "@" there starts the Domain ...&lt;BR /&gt;&lt;BR /&gt;please let meknow.&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 19 Aug 2008 18:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254635#M332006</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2008-08-19T18:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using fdx for sending information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254636#M332007</link>
      <description>if patito.com is another hpux server, and password you are using is compared against the password hash of user girl1 on that side, you can not use neither @ nor # as part of the password. &lt;BR /&gt;&lt;BR /&gt;If the above statement is not true, then try adding backslash in front of @, $ and # signs and see if it works. If not, you need to give a little more information about this fdx application.&lt;BR /&gt;&lt;BR /&gt;Also do you have any control over this patito.com server ? which OS is it running ?</description>
      <pubDate>Tue, 19 Aug 2008 19:10:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254636#M332007</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2008-08-19T19:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using fdx for sending information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254637#M332008</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;no, i wrote an "\" before those signals and it did not work ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;fdx is similar to ftp .. it is a tool to send information ...&lt;BR /&gt;&lt;BR /&gt;does someone of you knows to use this tool?</description>
      <pubDate>Tue, 19 Aug 2008 19:28:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254637#M332008</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2008-08-19T19:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using fdx for sending information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254638#M332009</link>
      <description>what operating system is this server patito.com running on ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Aug 2008 19:51:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254638#M332009</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2008-08-19T19:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using fdx for sending information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254639#M332010</link>
      <description>i do not know    :(</description>
      <pubDate>Tue, 19 Aug 2008 20:01:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254639#M332010</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2008-08-19T20:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using fdx for sending information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254640#M332011</link>
      <description>so basically you are neither sure if your hpux machine is sending the right username:password nor patito.com is receiving what you sent properly. Well, I can suggest one more thing that I am not an expert on. If the fdx utility is not using an encrypted communication between your hpux machine and patito.com, use a network sniffer to see if the password is leaving your machine as you expect them to look like. If it is so, you need to contact the patito.com server admins to check what is wrong with it. &lt;BR /&gt;&lt;BR /&gt;Are you able to login using an interactive method instead of using the whole sha-bang from a single command line entry ? Has it ever worked from this hpux machine ? If it did, what changed since then ?&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Aug 2008 20:14:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254640#M332011</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2008-08-19T20:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using fdx for sending information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254641#M332012</link>
      <description>the user and pass are correct, the remote server im not sure if it is a unix server ...i think yes ...&lt;BR /&gt;basically i want to know programming , i mean:&lt;BR /&gt;&lt;BR /&gt;the problem here is that the system thinks that in the first at "@" starts the DNS,when it is part of the password ... so, i need to know how to tell to the system that is part of the password and the second at "@" there starts the Domain ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Aug 2008 20:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254641#M332012</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2008-08-19T20:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using fdx for sending information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254642#M332013</link>
      <description>more then likely the utility is using the "@" as a field seperator between user and host. which means you can not use "@" as a password character.&lt;BR /&gt;&lt;BR /&gt;you can verify this by changing the password, or if you don't specify a user/password the utility will ask you to provide the information.</description>
      <pubDate>Tue, 19 Aug 2008 21:51:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254642#M332013</guid>
      <dc:creator>blah2blah</dc:creator>
      <dc:date>2008-08-19T21:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using fdx for sending information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254643#M332014</link>
      <description>yes ..&lt;BR /&gt;how can i do that for the system ask me the information???</description>
      <pubDate>Tue, 19 Aug 2008 22:39:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254643#M332014</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2008-08-19T22:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using fdx for sending information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254644#M332015</link>
      <description>&amp;gt;the problem here is that the system thinks that in the first at "@" starts the DNS, when it is part of the password ... so, I need to know how to tell to the system that is part of the password and the second at "@" there starts the Domain ...&lt;BR /&gt;&lt;BR /&gt;There may be no way to do that.&lt;BR /&gt;I was thinking if these are URLs you might be able to use "%40" for "@".  But I don't know if those are first converted to "@" before looking for the "@" separator.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;how can i do that for the system ask me the information???&lt;BR /&gt;&lt;BR /&gt;Typically a browser will ask you.</description>
      <pubDate>Wed, 20 Aug 2008 04:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254644#M332015</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-08-20T04:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using fdx for sending information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254645#M332016</link>
      <description>&amp;gt;how can i do that for the system ask me the information???&lt;BR /&gt;&lt;BR /&gt;The URL can include your username and password, in the form &lt;BR /&gt;&lt;BR /&gt;&lt;SCHEME&gt;://&lt;USER&gt;:&lt;PASS&gt;@&lt;HOST.DOMAIN.COM&gt;/&lt;FILE_PATH_AND_NA me=""&gt; &lt;BR /&gt;&lt;BR /&gt;Otherwise, you wll be prompted for a username and password when you make the connection to the remote server. &lt;BR /&gt;&lt;BR /&gt;so, don't put the user/password information on the commandline and you'll be prompted&lt;BR /&gt;&lt;/FILE_PATH_AND_NA&gt;&lt;/HOST.DOMAIN.COM&gt;&lt;/PASS&gt;&lt;/USER&gt;&lt;/SCHEME&gt;</description>
      <pubDate>Wed, 20 Aug 2008 06:29:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254645#M332016</guid>
      <dc:creator>blah2blah</dc:creator>
      <dc:date>2008-08-20T06:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using fdx for sending information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254646#M332017</link>
      <description>see this:&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1220826" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1220826&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;note that the $rtu when used as you showed will be evaluated (probably not set) resulting in a blank.&lt;BR /&gt;&lt;BR /&gt;some combination of '$rtu', backslashes or multiple backslashes can probably make this work.&lt;BR /&gt;&lt;BR /&gt;fdx -u test.doc https://girl1:'1@$rtu#'@patito.com &lt;BR /&gt;&lt;BR /&gt;might also work...although changeing the password on the destination would probably be best.&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Aug 2008 17:05:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254646#M332017</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2008-08-20T17:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using fdx for sending information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254647#M332018</link>
      <description>Manuales:"the problem here is that the system thinks that in the first at "@" starts the DNS,when it is part of the password ... so, i need to know how to tell to the system that is part of the password and the second at "@" there starts the Domain ..."&lt;BR /&gt;&lt;BR /&gt;not quite.  that distinction is being made by "fdx", not "the system".  Also, you need to understand that whatever shell you are running on the HPUX end may be: a) making substitutions in the command line that you don't want to happen, and b) the stty setting may or may not be having an effect (for example on some terminals and unescaped "@" wipes the line, and c) what, if anything the "fdx" command itself interprets as special.&lt;BR /&gt;&lt;BR /&gt;From the appearance of the password in use, I'd guess that the receiving end is Windows, as most UNIX admins wouldn't use a password with those characters for the reasons you are finding...they can be difficult to work with.&lt;BR /&gt;&lt;BR /&gt;I'd suggest you look at single quotes around the password first, then backslashes, and then combining them.&lt;BR /&gt;&lt;BR /&gt;Note that if you get it working from the command line (if ever) you may face more issues if you try and script it, especially if you need to use backslashes.  You may end up needing two backslashes in the script for every single backslash you had on the command line.</description>
      <pubDate>Thu, 21 Aug 2008 14:13:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-fdx-for-sending-information/m-p/4254647#M332018</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2008-08-21T14:13:16Z</dc:date>
    </item>
  </channel>
</rss>

