put (S)FTP command
Summary
Uploads the file to the server
Description
If you need to add your local files in your current working directory to the current working server directory, you must have administrative privileges to add them.
For example, if you're adding the picture of the New Delhi city using the PNG format, you need to upload it to the server for everyone to see. Assuming that it's "NewDelhi.PNG", use "put NewDelhi.PNG."
Command usage
put <file>
Examples
put Win10-Sep2021-x64.iso
: Puts the "Win10-Sep2021-x64.iso" to the current working server directoryput urls.txt
: Puts the "urls.txt" to the current working server directory
Last updated