#command_prompt
2 catatan 103 view
Wed, 25 Sep 2024 6:42 pm
Copy file dari local ke remote/cloud/vps ternyata bisa lewat ssh, dengan "scp".

scp -r [local_folder] [remote_user]@[remote_ip]:[remote_path]

Hari-hari saya semakin menyenangkan, no more FTP setting.

#linux 
#command_line 
#commandLine 
#command_prompt 
#file-transfer
34
Tue, 11 Oct 2016 4:43 pm
Delete folder #windows #command_prompt
rmdir example /s
149