how do we upload files from local server to web server via ftp | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how do we upload files from local server to web server via ftp

22nd Nov 2016, 9:25 AM
wonderful1
2 Answers
+ 2
if you mean localhost to your server you have to use ftp protocol to send data and use curl to embed data with connection. like ftp://yoursite.com (note: your server must support ftp protocol for your site) if not use simple upload system given by your webserver site like cPanel. or use filezilla. even it not please explain your problem.
22nd Nov 2016, 10:06 AM
Aditya kumar pandey
Aditya kumar pandey - avatar
+ 1
use ftp softwares like filezilla.
22nd Nov 2016, 9:30 AM
Junjie Gono
Junjie Gono - avatar