I do not getting the extension running. Most of the commands not working, sync is not working, upload a directory is not working, what can be an solution, because there is no alternative in the vs marketplace
Hi, I set this up, but when I try to sync, I get "FTP-Sync: sync error: Timeout while connecting to server" I have VS Code installed on my laptop and syncing to a local VM on my laptop. I can ping the VM from my command prompt. any ideas?
Jay, unfortunately this particular extension is not working well. Do you use GitHub? It would be better to use a GitHub action to deploy to your server. It’s more reliable.
@@TechiePress May I ask please. What you think of liximomo.sftp extension vrs the extension you have referenced in your video? The SFTP extension has 700k downloads with 5 star, the FTP Sync has 4 star with less downloads. Thank you again.
To be honest, I don’t have a preference. It’s jus that this gave me ease of use to do what I needed to do immediately and that was to ftp my files to server.
Hello, thanks for this tutorial. A small question, can I open a workspace where I already did sync local to remote and continue where I left off? Or I have to make the connection again every time I open the workspace?
Hi, very good!!. I'd like to know how I change de transfer mode to 'active' instead of 'passive'. I changed the parameter passsive: false, but doesn't work
Great to know. Thanks for sharing. Question 🙋 please. How did you hide your username while recording the video? Which software do you use for broadcasting? Thanks!!
Thank you very much! But, the password is saved with plain text! How can I save the password encrypted? Or ask for password before update a file? If I write a blank in the password, this will make a "login incorrect" and the server will ban the IP :(
Wow where was this plugin??? I spent hours last night trying to run SFTP with ftp-simple, Remote developer, ftp ssh, putty and God knows how many apps/extensions to make ssh private key work as my host, Bluehost is very strict in its policies. Thanks again, Laurence ✌🏼😁
Thanks for sharing, could you please explain "allow" field for multi level directory inclusion. eg: I want to include 1. code/include 2. code/src/abc 3. code/src/xyz Asuming there are more folders at each level. I tried: "remotePath": "./code" . . "allow": [ "include" "src/abc", "src/xyz" ], But nothing is syncing. NOTE: if I use "abc" and "xyz" it works(along with remotePath: "./code/src"). Problem only with multi level directory in "allow" field TIA
Worked for a while. Very simple. But then it stopped working. Ftp connection hangs. Seems to create multiple login sessions and makes a mess of things. Tried uninstalling and re-installing, but no success. Just a tease. This plugin hasn't been updated since 2018.
But you will get loads of things about Wordpress shared here on this channel for both beginner, intermediary and advanced. If you want basic, go to WPbeginner.com or learn.Wordpress.com
When i delete a file from vs code then its not deleting in server.. how to delete a file on server when i delete on vs code
Thanks Laurence for a great working tutorial.
I love the simple straight forward video
I do not getting the extension running. Most of the commands not working, sync is not working, upload a directory is not working, what can be an solution, because there is no alternative in the vs marketplace
Hi, I set this up, but when I try to sync, I get "FTP-Sync: sync error: Timeout while connecting to server"
I have VS Code installed on my laptop and syncing to a local VM on my laptop. I can ping the VM from my command prompt. any ideas?
Jay, unfortunately this particular extension is not working well. Do you use GitHub? It would be better to use a GitHub action to deploy to your server. It’s more reliable.
I am having an issue with Sass compiled CSS files. How would they we uploaded on changes that the scss file makes?
I hope you are compiling your sass to css and linking the css File to the html or php
Congratulation man!
Ok, thanks. But how can you see the difference between host and local before syncing? How can you exclude files/folders from syncing?
That’s a tough question. I would advise that you use git or any version control tools to help you know which files are to be updated on the server.
Incredible! Just what I was looking for
BEST VIDEO for explaining this on TH-cam! Thank you very much my friend. Very useful :)
I am glad you found value in it.
@@TechiePress May I ask please. What you think of liximomo.sftp extension vrs the extension you have referenced in your video? The SFTP extension has 700k downloads with 5 star, the FTP Sync has 4 star with less downloads.
Thank you again.
To be honest, I don’t have a preference. It’s jus that this gave me ease of use to do what I needed to do immediately and that was to ftp my files to server.
@@TechiePress Ok thank you. The difference from what I see is SFTP vs FTP. I tried SFTP and had issue, so I am going to try FTP.
Hello, thanks for this tutorial. A small question, can I open a workspace where I already did sync local to remote and continue where I left off? Or I have to make the connection again every time I open the workspace?
Hi, very good!!. I'd like to know how I change de transfer mode to 'active' instead of 'passive'. I changed the parameter passsive: false, but doesn't work
Great to know. Thanks for sharing. Question 🙋 please. How did you hide your username while recording the video? Which software do you use for broadcasting? Thanks!!
Hey. I use screenflow. Does the screen recording and editing. I generally don’t have my username showing on the daily
@@TechiePress thanks!!!
you are great)
thanks for help
Bonjour. J'aimerais transférer mes fichiers un par un du local vers le serveur. Comment faire ? Merci
Essayez d'utiliser un logiciel comme filezilla wiki.filezilla-project.org/Client_Installation et wiki.filezilla-project.org/Using
@@TechiePress Merci. C'est ce que j'ai fait finalement, mais c'est dommage d'utiliser 2 logiciels.
Thank you very much! But, the password is saved with plain text! How can I save the password encrypted? Or ask for password before update a file? If I write a blank in the password, this will make a "login incorrect" and the server will ban the IP :(
Right to the point! Thanks a lot!
Wow where was this plugin???
I spent hours last night trying to run SFTP with ftp-simple, Remote developer, ftp ssh, putty and God knows how many apps/extensions to make ssh private key work as my host, Bluehost is very strict in its policies. Thanks again, Laurence ✌🏼😁
Thanks for sharing, could you please explain "allow" field for multi level directory inclusion.
eg: I want to include
1. code/include
2. code/src/abc
3. code/src/xyz
Asuming there are more folders at each level.
I tried:
"remotePath": "./code"
.
.
"allow": [
"include"
"src/abc",
"src/xyz"
],
But nothing is syncing.
NOTE: if I use "abc" and "xyz" it works(along with remotePath: "./code/src"). Problem only with multi level directory in "allow" field
TIA
You saved me!!!! God Bless you
If you use GitHub, you should try using the GitHub actions to reply your work. It’s is great!
do you know if this extension can be used for FTP over SSL/TLS (implicit encryption)?
Yes, it makes secure connections as well last I used it.
Worked for a while. Very simple. But then it stopped working. Ftp connection hangs. Seems to create multiple login sessions and makes a mess of things.
Tried uninstalling and re-installing, but no success.
Just a tease. This plugin hasn't been updated since 2018.
The extension is outdated unfortunately. I am using GitHub actions to sync my files when I develop now.
A GODLIKE CREATURE TO SHOW US THE WEY THENKS
I am glad it was helpful. Cheers!
Nice dude
that was helpful
THANK YOU SIR!
Excellent. Productivity is the key.
That's a good mantra. Will frame it.
Excelent, thanks so much, wish you great success !! ⭐️ ⭐️ ⭐️ ⭐️ ⭐️
Ini yg saya cari thank bro
O M G! Still the best! Great work! Thank you so much :)
Thank you man!
Excelent video - thannks for sharing this -
Thank you, my brother!!! It's really help me !!!!
awesome. thank you. exactly what I was looking for
Great to hear!
Thank's this video realy help me
Awesome. Thanks for sharing. Exactly what I needed.
Great! - Thanks a lot!
Thank you very much for sharing! Just what I needed. Great video.
This helped me so much thank you!
merci :)
what the best place to learn wordpress development ?
There are so many places. Choose one thing to learn and start from there. Master it and move to the next.
But you will get loads of things about Wordpress shared here on this channel for both beginner, intermediary and advanced. If you want basic, go to WPbeginner.com or learn.Wordpress.com
Thank you! This helped me.
I am glad. Hope to make more things with value
Thanks!
Top man, thanks.
Thank you so much 🙌
Thanks BOSS 👍👊
thanks, simple for use!
great bro!
Thanks
Love this
Thank you :)
You are welcome. Have a nice day.
Thank you! This is an amazing tip
Very good. Thanks =)
Glad you liked it!
thanks a lot. :)
thank you, great video
Glad you liked it!
thanks!!!!
Thanks so so so much.
You are welcome! Thanks for watching
thank men... :D i like
Heard the accent, closed the video
Thanks. Exactly what I was looking for!