How to upload file into network folder in linux?
Posted
by user38951
on Server Fault
See other posts from Server Fault
or by user38951
Published on 2010-03-27T03:44:43Z
Indexed on
2010/03/27
3:53 UTC
Read the original article
Hit count: 211
linux
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?
© Server Fault or respective owner