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
[root@server ~]# cd /home/seker/public_html/
[root@server public_html]#
Bağlantı sağlamak için
[root@server public_html]# ftp
ftp> open domainadı.com veya ip adresi gir
ardından kullanıcı adı ve şifreni gir.
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.