Pretty straightforward video. Now I would like to make enquiry about moving files from one remote server to another remote server without having to download the files to your PC
@yacn7 ай бұрын
we all do have that enquiry 😃
@user-tt6nc6mo7k3 жыл бұрын
After watching your video on FTP I thought SFTP was also not capable of recursively moving files. These short and straight forward videos are very helpful, thanks.
@TonyTeachesTech3 жыл бұрын
You're welcome. STFP is the way to go, not only because it's secure, but also because of the recursive capability :)
@herawati6017 Жыл бұрын
@@TonyTeachesTech hi i see you are good in fstp where u From i need discuss something with you about my database and maybe we can convert the database into Crypto currency
@dzorgbesisimon144111 ай бұрын
very beautiful and straight forward. I need more of such tutorials. God bless you Sir
@TonyTeachesTech10 ай бұрын
Thank you for your kind words and thank you so much for subscribing to my channel
@zer0r00t3 жыл бұрын
SFTP is actually SSH File Transfer Protocol. Secure FTP is called FTPS (FTP with TLS)
@TonyTeachesTech3 жыл бұрын
Good call! Thank you for pointing that out
@petertijani5632 жыл бұрын
Lol, its the small things.
@Cha0sWarfare7 ай бұрын
Sorry sir you dropped this 👑. Appreciate the tutorial
@tusharadhatrao4749 Жыл бұрын
Thank you so much for this video. It was really clear and straightforward.
@dombrain67687 күн бұрын
Dude thanks this have saved me a lot tho I'm new to linux command line.
@sergiogalvez62312 жыл бұрын
Thank you so much for this video. It was exactly what I was looking for.
@ifebusolaogunbayo2823 Жыл бұрын
Thank you! This is very good and straightforward
@balthasarbh Жыл бұрын
Thats a very good tutorial :D
@TonyTeachesTech Жыл бұрын
Thanks :)
@federalwardogs3 ай бұрын
Thank you for this tutorial
@TonyTeachesTech3 ай бұрын
You're welcome 😊
@seekingcode2 жыл бұрын
Thanks, this is super helpful!
@TonyTeachesTech2 жыл бұрын
Glad it was helpful Christopher
@tejasdevraj3293 жыл бұрын
Nicely explained!! Thank you :-)
@TonyTeachesTech3 жыл бұрын
You are welcome!
@pengsovanrothnak7149 Жыл бұрын
Very nice explain. 👏🏿
@thefreshprince-t4m Жыл бұрын
Thanks my dude.
@rakeshpanigrahi5772 жыл бұрын
Awesome Tony :)
@TonyTeachesTech2 жыл бұрын
Thanks! 😀
@liviataslim77963 жыл бұрын
this is very helpful. thank you!!
@TonyTeachesTech3 жыл бұрын
You're welcome
@somacruz82722 жыл бұрын
you're a legend
@andredinizo3 жыл бұрын
Great video!
@TonyTeachesTech3 жыл бұрын
Thanks!
@rezamohammadi249411 ай бұрын
Thank you so much❤❤
@TonyTeachesTech11 ай бұрын
You're welcome 😊
@Tzone022 жыл бұрын
So helpful!!
@TonyTeachesTech2 жыл бұрын
Thanks Scotty
@replikvltyoutube37272 жыл бұрын
Good tutorial
@TonyTeachesTech2 жыл бұрын
Thanks
@mikewashington41883 жыл бұрын
Thanks brother!!
@TonyTeachesTech3 жыл бұрын
You bet!
@davidhume53993 жыл бұрын
Is this independent of determining and putting in place the public and private keys associated with SFTP? That is, it makes sense that the public key is separate from the script as it is on the server side and their business. However, what about the private key on the local box (client)? Would it be configured with the sftp before the script is run, or is the key provided along with the connection - or after the connection by a command? Thank you.
@TonyTeachesTech3 жыл бұрын
This video might clear things up for you kzbin.info/www/bejne/oGPZc4dpiZxshsk
@kokusz03 ай бұрын
Your lavalamp is cool
@abbasbhavnagarwala9984Ай бұрын
how to i automatically transfer file to sftp server using commans typed in a file. somethng we can do in ftp like ftp -s:abc where all commands are taken from file abc file abc also had the ftp server ip-address, userid, password and all the commands
@jihadabdulrazaq3382 жыл бұрын
Awesome, going to subscribe it ;)
@kenjohnsiosan97073 жыл бұрын
AWESOME.
@TonyTeachesTech3 жыл бұрын
Thanks!
@balajivijaykumar88292 жыл бұрын
Hi Tony, Is there any method/Command to pause the download or upload of a file.
@hammerod Жыл бұрын
SFTP connectivity must be through exchange of keys not through password, if it’s password then SFTP and FTP doesn’t bring much change.
@DHAVAL518 Жыл бұрын
Please help me with command to copy files in background.I have big file sizes
@VroomvroomNY3 жыл бұрын
THANK YOU!!!!!!!!!
@TonyTeachesTech3 жыл бұрын
You're welcome Chris
@punkypappa13813 жыл бұрын
Hi Tony. In old school ftp I could pipe an ls results to a file, then use that content to decide what I want to copy from the remote to my local. It seems sftp doesn't allow piping an ls to a file. Am I missing something? Is there a way to do it. I can provide more background if my question isn't clear. Thanks!
@TonyTeachesTech3 жыл бұрын
Have you tried this and it failed? Piping to sftp should work
@punkypappa13813 жыл бұрын
@@TonyTeachesTech thanks for reaching out. I haven’t tried it yet because I’m working on a different project. But I’ll be back to it soon.
@bharathgullapalli27242 жыл бұрын
is there a way with sftp to download the file only if the folder exists?
@Kass_W7 ай бұрын
Лучший!
@hragarabaghian19082 жыл бұрын
On Windows, where can I find the downloaded files?
@AlJapairai3 жыл бұрын
Now how to automate that to send files daily at a certain time?
@TonyTeachesTech3 жыл бұрын
A cronjob will do it for you kzbin.info/www/bejne/sGSYi4N7gdRolbs
@chrisfetchkoproductions725611 ай бұрын
Anyone know how to include hidden files in SFTP directory Gets from Remote Server to local backup?
@abhilashrao3338 Жыл бұрын
How to pass date parameter in sftp put command. Could anyone knows please reply
@janlaurencik71713 жыл бұрын
Hey Tony can I ask you how select files in sftp witch I want to upload to new server I need to skip .htacess and wp-config.php when I want to upload files from computer to server and I don`t know how to do it can you help me or give me peace of advice
@TonyTeachesTech3 жыл бұрын
I don't think I understand your question
@bandi6423 жыл бұрын
can u do it with powershell instead of cmd, just to know
@TonyTeachesTech3 жыл бұрын
Not sure about PowerShell
@therevanchistv3 жыл бұрын
Yes PowerShell is windows version of ssh
@TonyTeachesTech3 жыл бұрын
@@therevanchistv I don't doubt it, I just don't have experience with it
@rreddybofficial3 жыл бұрын
Hi, I need one help, how to transfer a file using SFTP call
@TonyTeachesTech3 жыл бұрын
Does this tutorial not help?
@zamtyty2 жыл бұрын
my cheat code at work
@Javier-g7c Жыл бұрын
can you do this for iphone root files
@corgirun7892 Жыл бұрын
nice
@DIFFERENTCREATOR2 жыл бұрын
Anyone can tell me command for folder transfer on sftp server
@fatah53902 жыл бұрын
could you make a script to move file from ftp to local dir
@joeyconsensus61992 жыл бұрын
I use sftp with file manager krusader But i have to specify the ip address of the other linux clients How can i setup DHCP on my main linux PC so i can use sftp without specifying the individual pc clients ip address ?
@ThatOneBellaTheWolfHater10 ай бұрын
Better Bandai
@pareshbidkar58482 жыл бұрын
How I download file in ASCII mode? I used 👉 sftp -b $GETHBBATCHFILE $USER_SFT_IN@$HOST But it's downloading in Binary mode.