• pscp transfer problem

    From Truong Nguyen@21:1/5 to Truong Nguyen on Thu Apr 19 16:31:24 2018
    On Thursday, April 19, 2018 at 6:20:33 PM UTC-5, Truong Nguyen wrote:
    I'm having some trouble transferring my local directory to a remote server. I'm using ec2 and ubuntu. When I run my command it shows my directory being transferred but when I check my remote server it only shows an empty directory. Here's my cmd I'm
    using:
    pscp -r -i converted-hs-key.ppk C:\my\file\path\directory ubuntu@ec-2-host:targetDirectory

    when I run 'ls' it just shows my directory but when I run 'ls -R' it shows everything. but when I try to run 'npm install' it says there isn't a package.json file but it's listed when I run 'ls -R'

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Truong Nguyen@21:1/5 to All on Thu Apr 19 16:20:31 2018
    I'm having some trouble transferring my local directory to a remote server. I'm using ec2 and ubuntu. When I run my command it shows my directory being transferred but when I check my remote server it only shows an empty directory. Here's my cmd I'm
    using:
    pscp -r -i converted-hs-key.ppk C:\my\file\path\directory ubuntu@ec-2-host:targetDirectory

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Kettlewell@21:1/5 to Truong Nguyen on Sat Apr 21 17:40:06 2018
    Truong Nguyen <brucetkd2@gmail.com> writes:
    On Thursday, April 19, 2018 at 6:20:33 PM UTC-5, Truong Nguyen wrote:
    I'm having some trouble transferring my local directory to a remote
    server. I'm using ec2 and ubuntu. When I run my command it shows my
    directory being transferred but when I check my remote server it
    only shows an empty directory. Here's my cmd I'm using:
    pscp -r -i converted-hs-key.ppk C:\my\file\path\directory
    ubuntu@ec-2-host:targetDirectory

    What are the exact commands?

    when I run 'ls' it just shows my directory but when I run 'ls -R' it
    shows everything. but when I try to run 'npm install' it says there
    isn't a package.json file but it's listed when I run 'ls -R'

    What is the exact output of the ‘ls’ commands?

    --
    https://www.greenend.org.uk/rjk/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)