This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How i upload files to astaro?

I need some help.I try to use ssh to upload a file to astaro but i can´t use security ftp.And i also try to mount a floppy but i can´t do it.Plz how i do so i can upload files to astaro.

Thanks  


This thread was automatically locked due to age.
Parents Reply
  • I also like ssh.com's latest ssh client as well as cuteftp's scp utility.  Both have really friend interfaces.  And in linux you can always use scp on the command prompt like you would cp.  The format is:

    scp /home/admin  \        
            user@othermachine.com:/home/user/file.ext
Children