Wednesday, September 21, 2016

Copy file local to server


You can copy your files to a folder you can access... like folders inside /home/ubuntu/, then do an 'mv' to copy files from there to your webapps folder


sudo cp /home/user/report001.xml /opt/sl/ja/report001.xml

  1. How to transfer files to server? WinSCP gives permission denied
  2. http://unix.stackexchange.com/questions/188285/how-to-copy-a-file-from-remote-server-to-local-machine

No comments:

Post a Comment