Linux sistemlerde SSH ile FTP bağlantısı kurarak hızlı dosya aktırımları gerçekleştirme çok kolay öncelikle SSH ile giriş yapıyoruz.
Dosyayı indireceğin dizine git
1 2 | [root@server ~]# cd /home/seker/public_html/ [root@server public_html]# |
Bağlantı sağlamak için
1 2 | [root@server public_html]# ftp ftp> open domainadı.com veya ip adresi gir |
ardından kullanıcı adı ve şifreni gir.
1 2 3 4 5 6 7 8 9 10 11 12 13 | Connected to xxxx.com (xxx.xxx.xxx.xxx). 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- 220-You are user number 1 of 50 allowed. 220-Local time is now 17:20. Server port: 21. 220-This is a private system - No anonymous login 220-IPv6 connections are also welcome on this server. 220 You will be disconnected after 15 minutes of inactivity. Name (xxxxxx.com:root): kullaniciadi 331 User webonze OK. Password required Password: 230 OK. Current restricted directory is / Remote system type is UNIX. Using binary mode to transfer files. |
sunucuya baglantı kuruldu.
Dosya cekmek için get dosyaadi.tar.gz
Böylece dosyayı sunucuna hızlı bir şekilde çekebilirsin.