<?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 FTP in Linux in Secure OS Software for Linux</title>
    <link>https://community.hpe.com/t5/secure-os-software-for-linux/ftp-in-linux/m-p/3390363#M376</link>
    <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;I need a clue to resolve this issue and will appreciate your noble input.&lt;BR /&gt;&lt;BR /&gt;I was give an FTP xyz to upload my graphic work to for quick access from the owner of the remote site&lt;BR /&gt;From root(#) I typed ftp ftp xyz; Login with the ID and the password created. I changed to the root directory where I have the file on my own Linux Box /root. Used the "put Filename remote" to uplooad to the said directory.&lt;BR /&gt;I was told the file or directory did not exist. I checked to be sure I have the correct file name and still have that same error message displayed&lt;BR /&gt;&lt;BR /&gt;Kindly assist</description>
    <pubDate>Thu, 30 Sep 2004 02:53:31 GMT</pubDate>
    <dc:creator>Mr Possibility</dc:creator>
    <dc:date>2004-09-30T02:53:31Z</dc:date>
    <item>
      <title>FTP in Linux</title>
      <link>https://community.hpe.com/t5/secure-os-software-for-linux/ftp-in-linux/m-p/3390363#M376</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;I need a clue to resolve this issue and will appreciate your noble input.&lt;BR /&gt;&lt;BR /&gt;I was give an FTP xyz to upload my graphic work to for quick access from the owner of the remote site&lt;BR /&gt;From root(#) I typed ftp ftp xyz; Login with the ID and the password created. I changed to the root directory where I have the file on my own Linux Box /root. Used the "put Filename remote" to uplooad to the said directory.&lt;BR /&gt;I was told the file or directory did not exist. I checked to be sure I have the correct file name and still have that same error message displayed&lt;BR /&gt;&lt;BR /&gt;Kindly assist</description>
      <pubDate>Thu, 30 Sep 2004 02:53:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/secure-os-software-for-linux/ftp-in-linux/m-p/3390363#M376</guid>
      <dc:creator>Mr Possibility</dc:creator>
      <dc:date>2004-09-30T02:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: FTP in Linux</title>
      <link>https://community.hpe.com/t5/secure-os-software-for-linux/ftp-in-linux/m-p/3390364#M377</link>
      <description>what error message you got there.?? &lt;BR /&gt;&lt;BR /&gt; Ok. Is it you are trying as,&lt;BR /&gt;&lt;BR /&gt;  linux ( root ) ----&amp;gt; remote site ( user )&lt;BR /&gt;&lt;BR /&gt;  linux root # ftp &lt;REMOTE-SITE&gt; &lt;BR /&gt;    ftp&amp;gt; open user passwd&lt;BR /&gt;    ftp&amp;gt; lcd /&lt;BR /&gt;  so that it will go to / directory. But there is a possibility that we can not access remote site's root directory there. So keep the same directory and don't use cd there.&lt;BR /&gt;&lt;BR /&gt;    ftp&amp;gt; !pwd&lt;BR /&gt;   It is local machine present working direcrory (pwd)&lt;BR /&gt;     &lt;BR /&gt;    ftp&amp;gt; pwd&lt;BR /&gt;    remote site presend working directory (PWD)&lt;BR /&gt; &lt;BR /&gt;    ftp&amp;gt; put /localdir/localfile &lt;REMOTE-FILE&gt;&lt;BR /&gt;&lt;BR /&gt; So that it will put the local file into remote site's on the same current directory as remotefile.&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;/REMOTE-FILE&gt;&lt;/REMOTE-SITE&gt;</description>
      <pubDate>Thu, 30 Sep 2004 04:30:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/secure-os-software-for-linux/ftp-in-linux/m-p/3390364#M377</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-30T04:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: FTP in Linux</title>
      <link>https://community.hpe.com/t5/secure-os-software-for-linux/ftp-in-linux/m-p/3390365#M378</link>
      <description>I got to the ftp&amp;gt;. typed !pwd to get  /root which is the location where I have files to copy to the remoote FTP&lt;BR /&gt;&lt;BR /&gt;pwd displays "/" which i understand is the remote Present working directory&lt;BR /&gt;&lt;BR /&gt;However I have this error message that no such file or directory exist after typing &lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt;put /root/filename &lt;XXX__YYY.ZIP&gt; xxx_yyy.Zip&lt;BR /&gt;&lt;BR /&gt;help see what i am doing wrong&lt;BR /&gt;&lt;BR /&gt;regards&lt;/XXX__YYY.ZIP&gt;</description>
      <pubDate>Thu, 30 Sep 2004 05:13:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/secure-os-software-for-linux/ftp-in-linux/m-p/3390365#M378</guid>
      <dc:creator>Mr Possibility</dc:creator>
      <dc:date>2004-09-30T05:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: FTP in Linux</title>
      <link>https://community.hpe.com/t5/secure-os-software-for-linux/ftp-in-linux/m-p/3390366#M379</link>
      <description>Your ftp is good and started working there.&lt;BR /&gt;&lt;BR /&gt; ftp&amp;gt;put /root/filename &lt;XXX__YYY.ZIP&gt; xxx_yyy.Zip --&amp;gt;&lt;BR /&gt;&lt;BR /&gt; can you try and what are you getting for this as,&lt;BR /&gt;&lt;BR /&gt; ftp&amp;gt; bi &lt;BR /&gt;&lt;BR /&gt; changing to binary mode&lt;BR /&gt;&lt;BR /&gt; ftp&amp;gt; status&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; ftp&amp;gt; put /root/filename /tmp/filename&lt;BR /&gt; ftp&amp;gt; put /root/filename /filename&lt;BR /&gt;&lt;BR /&gt; ftp&amp;gt; ls&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/XXX__YYY.ZIP&gt;</description>
      <pubDate>Thu, 30 Sep 2004 05:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/secure-os-software-for-linux/ftp-in-linux/m-p/3390366#M379</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-30T05:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: FTP in Linux</title>
      <link>https://community.hpe.com/t5/secure-os-software-for-linux/ftp-in-linux/m-p/3390367#M380</link>
      <description>hello Mr.&lt;BR /&gt;&lt;BR /&gt;strange...,&lt;BR /&gt;try to start FTP client directly from dir where &lt;BR /&gt;your file{s} is located&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;try to use graphical ftp clinet like gFTP, midnight commander or something like this&lt;BR /&gt;&lt;BR /&gt;br Jan</description>
      <pubDate>Fri, 01 Oct 2004 02:55:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/secure-os-software-for-linux/ftp-in-linux/m-p/3390367#M380</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-10-01T02:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: FTP in Linux</title>
      <link>https://community.hpe.com/t5/secure-os-software-for-linux/ftp-in-linux/m-p/3390368#M381</link>
      <description>hi mr possibilty,&lt;BR /&gt;&lt;BR /&gt;1. change to the directory where the file is local stored.&lt;BR /&gt;2. ftp &lt;HOSTNAME&gt;&lt;BR /&gt;3. enter username and password&lt;BR /&gt;4. type "binary" to change to binary mode&lt;BR /&gt;5. type "put &lt;LOCAL-FILENAME&gt;" this should put the local file to the remote machine&lt;BR /&gt;&lt;BR /&gt;if this don't work:&lt;BR /&gt;a) try to rename the local file.&lt;BR /&gt;&lt;BR /&gt;b) perhaps there are spaces or special characters in the filename so that you have to use " to tell ftp the filename includes spaces and special chars.&lt;/LOCAL-FILENAME&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Tue, 05 Oct 2004 09:40:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/secure-os-software-for-linux/ftp-in-linux/m-p/3390368#M381</guid>
      <dc:creator>Johannes Krackowizer_1</dc:creator>
      <dc:date>2004-10-05T09:40:36Z</dc:date>
    </item>
  </channel>
</rss>

