To move the download file on remote servers, use PuTTY's strong command-line interface to relocate the "Downloads" folder to another location.
You can also connect to Bitnami Stack installed AWS instance through PuTTY.
Connect to the server by doing the following:
Launch PuTTY and use SSH to connect to your server.
Navigate to Home Directory: After logging in, use the pwd command to navigate to your home directory. Execute the following command:
pwd
List Contents: Use the ls command to list the contents of the current directory and ensure that the "Downloads" file is present.
ls
Move the Download file:
Now, use the mv command to move the Downloads file to the desired location.
mv Download file /path/to/new/location
Replace "/path/to/new/location" with the exact path where you want to move the folder.
Following these instructions allows you to use PuTTY to effectively transfer the Download file, improving the organization of your server file structure.
Top comments (0)