How to upload file into network folder in linux?
- by user38951
I have a web application in linux. When upload file, I want to save file into a Network in another server (Linux OS). I used mount -rw command to mount folder, which I want to save my file to my local folder but I still can't upload file. How can I do?