Page 1 of 1

uploading a file using cmd

Posted: 09 Apr 2015 13:22
by hacxx
Hello,

What is the method to upload a file or info from a computer.
I tried FTP cmd but i was unsuccessful.

Any sugestions?

Thanks

Re: uploading a file using cmd

Posted: 09 Apr 2015 18:04
by Squashman

Re: uploading a file using cmd

Posted: 09 Apr 2015 22:30
by foxidrive
hacxx wrote:I tried FTP cmd but i was unsuccessful.


If you are unable to get the examples linked to work then describe what you are doing and what kind of failure you get - as the procedure you are following is involved in some way.

Re: uploading a file using cmd

Posted: 10 Apr 2015 01:30
by npocmaka_
Are you able to upload file through your browser?May you'll need a http requests and the ftp wont help.

Re: uploading a file using cmd

Posted: 19 Apr 2015 07:54
by hacxx
Thanks, it was a helpful CMD example but i got some errors.

lcd %temp%\file.txt -> It says "File not found" and it does exist in HD
cd home/www -> No such file or directory in server.

Also another question is it possible to add time stamp to the file?
Example: %temp%\file.txt when upload it will rename to file-19-04-2015.txt

Thanks

Re: uploading a file using cmd

Posted: 21 Apr 2015 00:16
by foxidrive
hacxx wrote:Thanks, it was a helpful CMD example but i got some errors.

lcd %temp%\file.txt -> It says "File not found" and it does exist in HD
cd home/www -> No such file or directory in server.

Also another question is it possible to add time stamp to the file?
Example: %temp%\file.txt when upload it will rename to file-19-04-2015.txt

Thanks


See here: viewtopic.php?f=3&t=6108

Actual details of the task helps.

Re: uploading a file using cmd

Posted: 23 Apr 2015 03:50
by hacxx
Thanks for the help. i made it work by tweaking the commands