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
uploading a file using cmd
Moderator: DosItHelp
Re: uploading a file using cmd
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
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
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
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
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
Thanks for the help. i made it work by tweaking the commands