Recent content by Sonal

  1. S

    File transfer over SSH onto linux server from hard disk on remote MAC

    Yeah, it took more than 3 days.
  2. S

    File transfer over SSH onto linux server from hard disk on remote MAC

    Th e data upload is still going on does it this long?
  3. S

    File transfer over SSH onto linux server from hard disk on remote MAC

    I am gonna try this. like from windows/mac system to server we use matlab script to access SFTP for transferring files. So I want to implement a better way to transfer files onto server. I am gonna try the script
  4. S

    File transfer over SSH onto linux server from hard disk on remote MAC

    @Rob @Steve : Thank you so much. It works. Also, we use samba to mount server on the and then transfer files using matlab+dropbox or file relay which is very slow as samba is slow. Can we have something like WinSCP for mac so that we can transfer files continuously when we get data from the...
  5. S

    File transfer over SSH onto linux server from hard disk on remote MAC

    @Rob I guess the error was because of file name as you suggested in previous command. I changed the name format instead of copying the destination path. It seems to work. Though it shows "file vanished" but I suppose its ok. It will still copy those files(correct me if I am wrong). Since the...
  6. S

    File transfer over SSH onto linux server from hard disk on remote MAC

    I tried and it works and the files are saved in home directory of the user. Now even with smaller text file I am not able to save it in my destination folder
  7. S

    File transfer over SSH onto linux server from hard disk on remote MAC

    rsync -Pa -e "ssh -p 22" /Users/sonalharsh/Desktop/Test_Folder user@Host:~/ This command saves the folder in the home directory but I want to store in the destination folder which gives error which I showed earlier
  8. S

    File transfer over SSH onto linux server from hard disk on remote MAC

    It gives me an error "No such file or directory" for destination folder which is on server
  9. S

    File transfer over SSH onto linux server from hard disk on remote MAC

    Thank you. I guess. It works I tried with test folder. But I am not sure where the file got saved :D
  10. S

    File transfer over SSH onto linux server from hard disk on remote MAC

    I tried with replace "z" it gave same error. I changed the time " LoginGraceTime 600 to LoginGraceTime 12000" but to no avail. Btw my location file is /etc/ssh/sshd_config
  11. S

    File transfer over SSH onto linux server from hard disk on remote MAC

    So it starts building the file list and then stops and gives below error. rsync: connection unexpectedly closed (8 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-45/rsync/io.c(453) [sender=2.6.9]
  12. S

    File transfer over SSH onto linux server from hard disk on remote MAC

    Yes i can ssh with the same user. The error shows with the file/s in the folder I am trying to copy.
  13. S

    File transfer over SSH onto linux server from hard disk on remote MAC

    rsync -Paz /Path_to_Source username@host:/Path_to_destination. It stops unexpectedly but gives error file has vanished: "/Path_to_source/Part_2/2017-05-15-12-17-15-File110743.sgd" rsync: readdir("/Path_to_Source"): Input/output error (5) 106703 files to consider rsync: connection unexpectedly...
  14. S

    File transfer over SSH onto linux server from hard disk on remote MAC

    Well, it works with username not with IP my bad. :P
  15. S

    File transfer over SSH onto linux server from hard disk on remote MAC

    I can't connect to host. telnet: connect to address IP: Operation timed out telnet: Unable to connect to remote host
Top