Results 1 to 1 of 1
-
19th Jun 2010, 12:52 PM #1OPMember
[linux] Uploading to FileServe via curl
I have seen many users shifting to fileserve, so why not writing this small tutorial
PHP Code:thisfile=${0//'./'/""}
if [ "$1" ]; then
curl -T "$1" ftp.fileserve.com --user Username:password
else
echo usage - $thisfile filename.ext
fi
2. move it to directory /bin
3. In terminal, do (i'll need superuser or root privileges)
Code:chmod +x /bin/fileserve.sh
based on: http://www.besthostingforums.com/showthread.php?t=32893Snell Reviewed by Snell on . [linux] Uploading to FileServe via curl I have seen many users shifting to fileserve, so why not writing this small tutorial thisfile=${0//'./'/""} if ; then curl -T "$1" ftp.fileserve.com --user Username:password else echo usage - $thisfile filename.ext fi Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Uploading to FileSonic Using cURL
By Gaurav in forum Web Development AreaReplies: 71Last Post: 14th Jan 2012, 03:00 AM -
Fileserve cURL changes
By _brazzO in forum Web Development AreaReplies: 44Last Post: 25th Oct 2011, 07:56 AM -
[guide] Uploading to Hofile using curl
By desiboy in forum Tutorials and GuidesReplies: 19Last Post: 30th May 2010, 07:40 PM -
HOWTO Install cURL in Linux
By BlaZe in forum Technical and Security TutorialsReplies: 1Last Post: 15th Nov 2009, 04:03 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...