Bro you're making a huge difference, explaining the concepts in the easiest and straight forward manner, so we get back to code and develop solutions. You're THAT guy. Bless ya, today I've learnt something new
Hello, I just wanted to say thanks because I've tried a lot of extensions to achieve this goal without luck. This is the only one working for real and I've discovered it thanks to this video.
Thanks a lot man! In a few seconds you explain what and how-to and it works! without any problems. I checked some other tutorials and the massacre with FTP-sync for example. You present it clearly and legibly in a quick form! Thanks a lot, I just switched from Dreamweaver, although I hate Microsoft but VS Code looks very interested now.
Dude!! Finally after two hours this tutorial is exactly what I needed. I don't know why I was trying to use SSH like a moron. That is so difficult to set up with a hosting provider.
I was genuinely thinking yesterday of how good youtube has become. You can pretty much find an answer for everything. It's amazing. Thanks for the comment!
Mercie bien, thank you so much, this has helped me so much. I was using Geany before and I had to open up a ftp connection with that porigram and piggyback of that to open a ftp file in vs code. At long last I get it - great video - great instructions - great presentation - precise and to the point. :¬)
i think i have a problem with path how to setup path, before path is "/" and i want to give the custom path but after i tried to change then vs display notification that the path is no resource folder
Thanks, man! Very clear and simple. Just wondering , at 3:4x how did you type in a password and it's blotted out? Is that in your screencasting software, or did that while editing the video clip?
You can download locally and also create backup files once you edit something. I actually made a second video on this and it's under my channel if you want to check it out. I think that I explain everything in the intro. Thanks for the question
So basically does this ftpsimple extension for vs code do the same thing sftp extension tutorials? Should I use this ? They sent me a webserver to connect and I have my js codes in vscode. I need to be able to download and upload files to this web server. What do you think about that? I am so new to this :(
It sounds like file premissions. I am not familiar with Shockbyte, but could you log in to your Client Area and change the directory or files to have Read, Write and Execute premissions set to 755?
Great video.. I am having some problems. When I save a file, it could take seconds, or even minutes for it to refresh live on the web. Its very difficult to work with it, also, the live server in VS code wont work for me... do you know what the problem could be?
Thank you! Working locally would be much faster. I guess it could be that the files take a second or two to upload. The live server is a strange one. I've never had any problems with it. Maybe try to reinstall it or have a look online to see if anyone else is having similar issues. Maybe is a port issue? Try changing the default one
I appreciated the video. Could you perhaps create a video following on this one on how to structure your site locally vs remotely and how to upload to specific folders. Maybe even shortcuts :) I assume the directory depends on the json file "path" ? Just one last mostly important question. Is there an easy way to switch between remote and local files? Does this simply require opening 2 separate work-spaces?
That's a good idea. Yes, the directory depends on the path and as default is just set to '/' and also you can add *backup* option which backs up the files before saving on the server. You can create a local workspace and a server root path which should solve your problem of creating two separate work-spaces. I'll have to look into it over the weekend if I can and maybe do another video. Thanks for your comment!
Just wanted to ask. I could connect to 1 server, when i try to connect to different folder but same server, file Explorer stays same. I had to go to my local folders, delete temp files then connect again. Then it works. In tterminal output i could see i was successfully connected to specific folder, but explorer shows no different.
Hi and thanks for the video. I am new with VS Code and want something like this but, if I understood correctly, the idea of this extension is to work with the file from the server. I have the opposite, I have my files local and when I finish I like to upload to the server. Worked fine just every file I have to choose the ftp server and the directory to save the file up there. Do you know if is there any way to mirror the file structure from the PC to the ftp server? (kind of a typical ftp program: filezilla et al)
You can work locally and right-click on a file to upload it to your server. I would personally make enough changes and then just upload with Filezilla. It is an option, so maybe you could try it and see if you like it. Back up anything before you try it just in case. There is also a backup option that you can set, so every time you make a change the old file goes in a backup folder
Ok, thanks for the video. It did help me connect to my site but now I have a couple of problems. first off, there are a couple of directories not showing up in the explorer. I probably double-clicked on them checking everything out. They are there. I verified the site is working and I can access the missing directory in another FTP program. How do I get ftp-simple to display these directories? I've closed the connection, closed and re-opened VBS, even rebooted the computer but these directories still will not show up. And - now every time I open VBS, it looks like it's connecting to my host. How do I stop this?
You can set up a local development folder and once you are happy with the changes you've made you can upload. You can also enable backups which is fairly useful for keeping old versions of the files. A lot of people requested this and so I made a new more detailed video which will be uploaded today Thank you for watching!
getting this issue --- path does not exist. the path 'c\users\dell\AppData\Roaming\code\user\globalstorage\humy2833.ftp-si...\mysite.com' does not seem to exist anymore on the disk.
@@RaddyDev having this now Failed to get server file list : Error: Can't open data connection in passive mode: connect ETIMEDOUT " some ip address like numbers here"
It's the output tab and then you need to select ftp simple. See what it says there and if it is "FTP connecting... FTP close..." Your connection details are not correct. If there is anything I can help with let me know. Of course there are other good alternatives like FileZilla
Hey man! Great video, this has been much easier to understand than 99% of other tutorials! Unfortunately I have ran into a problem when connecting to the FTP. I am getting a message in the output saying 'FTP - close!!'. Could you help please?
@@chezzknee8858 In this case the only thing that could be the problem is the type. type - string - (option) ftp type. 'ftp' or 'sftp' (Default: : 'ftp'). If 'ftp' does not work, try 'ftp2'. If you are using SFTP port is 22, FTP 21, and you can also try ftp2
Thank you this great tutorial. Only one thing is not working. When i change some style and after saving it is uploading to the server. But the changis does not apply when i refress the page in the same browser or in the different one. I know that in localhost you need to run npm run watch. Do you have any idea why happening this?
The standard Visual Studio Code search and replace? Open Search and Replace - Mac: cmd + shift + h Win: control + shift + h Write the word that you want to replace and add the replacement word. Then do: Mac: alt + cmd + enter Win: alt + control + enter Or click on the icon next to the replacement word (next to second input) I hope this helps, and thank you for your comment!
@@RaddyDev Thnx for you response it work only if the file tab is click open which you can search and replace. Other possible key words in the same folder don't show up on result. for example with ftp-simple: you wanna replace logo.jpg in your public html. search: logo.jpg result: only the ones which file is open (index.html) * but my logo is also on other files like about.html | service.html | contact.html (these file tab is not open but in the same directory of the index.html) But the normal offline workspace it search every possible key word or line of code without opening the file. then i get result across the whole folder which is selected and open in the VSC
Thank you, a small question, I used to have VS community and when I search for anything I get results from all the directory the code I searched for. Using VS Code and connected successfully to FTP I keep getting "No results were found" every time I search for anything. Any ideas to fix this issue would be greatly appreciated.
I haven't used the plugin in a long time, but I will check today and if I find a fix I will let you know. I wonder if it's because the files don't get downloaded or something like that
@@RaddyDev thank you, After many trials I made on the program I found out the search wasn't working because VS Code had a connection via ftp and the files had not been downloaded instead they've information and if opened then it gets downloaded. I tried with local folder and search worked. The issue is if it were a way to keep files both locally and get updated if changed automatically on the server just like onedrive for example. Thanks in advance, your help is much appreciated!
Hi I followed your tutorial and it worked but today i tried to connect and the terminal tell me that the ftp is close. I retry to open but nothing. Help :/
When you create your FTP account make sure that you point it to the root folder of your project. Sometimes it likes to create a new folder name with the username and points you there which is an empty folder if that makes sense. Let me know if you still have problems and I'll be happy to help
Sure its good for uploading files to server. But most of the times we need to download specific files or folders (not entire server files) from remote server and then make changes. The how exactly we can do this with ftp-simple editor? I use atom editor just because of the extension remote-ftp which provides remote file explorer on sidebar, where you can browse and download specific files just by right clicking. I don't see any ftp package of vscode provide that.
Many people have said that the Atom remote-ftp is much better. I am hoping that we get something better for VSC soon. I did a second more detailed video on this if you want to check it out. I think that it's a little bit longer
Does this mirror entire website on local machine and then simply sync the two versions when we open or save file? If this is going to mirror the entire website first, it's certainly not the smart way to do it and it will make my life with larger websites very difficult.
It looks like you can only ignore specific folders. I guess you could create a PSD folder to store your files and then ignore it. This is from the documentation: ignore - array - (option) Only 'Remote directory open to workspace' option. Path to be ignore. Use glog pattern. (Caution : server path (ex:/home) + ignore pattern (ex:/**/node_modules) => /home/**/node_modules)
@@RaddyDev Thanks for the answer. Can you suggest a good way to automate my website upload ? In my workflow, to save time, I keep all PSD files and images in same folder. So, I can edit the images and overwrite, without selecting a save path. Sometimes, there are Illustrator and After Effects files. Right now I copy everything to an upload folder and manually delete the PSD and other workfiles. Then, I zip the upload folder and deploy to hosting path, unzip there. I think Zip is optional if using ftp. Any VSCode plugin or something like npm module, webpack, babel. That can automate everything.
It's a tough one. Could you integrate publishing your website changes with GitHub? You could use .git ignore to specify the files and folders that you don't want to push. Some of the modern hosting providers make the integration easy, but I understand that not all have that option
Thanks Raddy for your work. Could you please explain me the steps to how can I fix the issue in my WordPress site with dev tools and pagespeed insights? They are used an program like visual studio code to modify the code. Please help me and show the way to get fast my website. Thanks in advanced.
One of the first videos I made was "How to speed up your WordPress website in 2019". Maybe that would help. It depends on the issues you have. It could be that you are using a multi-purpose theme, you have large images that need optimising, you have too many plugins installed or even bad plugins and so on. Read what the PageSpeed Insights tell you and then you should be able to find the answers to your problem. Minifying, caching and using CDN could also help. There are a lot of great plugins that can help you do all that. I hope this helps
@@RaddyDev thanks for reply. I would like to solve that issue using Dev tools.but is not enough to solve the problems.I seen few tutorials web dev tools about how they can easily solve to much issue using Dev tools and another program maibe like a visual studio code. Can you please look here: DiagnosticsMore information about the performance of your application. These numbers don't directly affect the Performance score. Ensure text remains visible during webfont load Reduce the impact of third-party code Third-party code blocked the main thread for 3,860 ms Avoid document.write() Minimize main-thread work 12.3 s Reduce JavaScript execution time 9.2 s
@@RaddyDev sometimes I have issue about preload key requests. ...icomoon/icomoon.woff I fund the fix but I don't know how can I modify this. Could you explain me please
@@fabianamadeus8122 Backup your website before you do any code modifications. If you are struggling with FTP Simple and you have cPanel on your hosting you could login, go to your file manager and find the files there. You can right-click and Edit the files on the server. Ideally, you would have your website set up locally on your computer, so you can edit it/ develop it without breaking the live site.
@@RaddyDev ok.Raddy. Thank you very much! I hope you can assist me to do this. So,I choose if you think is better the last your recomandation using local host. How can I do this? Could you recommend me a backup program?
Bro you're making a huge difference, explaining the concepts in the easiest and straight forward manner, so we get back to code and develop solutions. You're THAT guy. Bless ya, today I've learnt something new
Thank you, I appreciate your comment!
I felt so lost with FTP. This video made it look like a cakewalk and I am all set to go with my project. Thanks a tonne!!
I am glad to hear that the video was useful. Thank you and Good luck with the project! ☀️
Hello, I just wanted to say thanks because I've tried a lot of extensions to achieve this goal without luck. This is the only one working for real and I've discovered it thanks to this video.
Thank you, I appreciate your commitment and I am glad that it worked for you
Thanks a lot man! In a few seconds you explain what and how-to and it works! without any problems. I checked some other tutorials and the massacre with FTP-sync for example. You present it clearly and legibly in a quick form! Thanks a lot, I just switched from Dreamweaver, although I hate Microsoft but VS Code looks very interested now.
OMG! Finally! I've been looking for this solution for sooooo many months and thanks God that I found your video! It helps me a lot! Cheers!!
I am glad that you found it helpful! Thanks for the comment 😌
Dude!! Finally after two hours this tutorial is exactly what I needed. I don't know why I was trying to use SSH like a moron. That is so difficult to set up with a hosting provider.
I am glad that you found it useful! 👊🦍
same here ...i spent the last 2 weeks trying ssh... like a bigger moron, lol
Thank you so much. My school was using sshfs before but now that I have discovered this extention it saved me so much more time!!!!!!
Glad it helped!
Great video, was able to follow and connect my local site to the remote folder.
you're the man... thank you
i have searched for the past 2 weeks for this.
Thanks, Jeffrey! I appreciate it
a hero with no cape
ive been looking for this for a year now hahaah. finally!
It works perfectly! Thank you a lot for this video!
loved this video!! don't stop making videos ur doing great, ur content is awesome!!
The era of RUclips is the best era one has to be born in... Duuuuude I just want to hug you for this..... Thank you so so much bro
I was genuinely thinking yesterday of how good youtube has become. You can pretty much find an answer for everything. It's amazing. Thanks for the comment!
Thank you so much for this. You just made connecting to my website so easy.
Glad I could help! Thank you for watching
Thanks for guide. The excessive branding is lame, pointless , but the useful info pushes through. Thanks for content part.
Thanks for the feedback, friend. I am glad that you found the content useful.
Mercie bien, thank you so much, this has helped me so much. I was using Geany before and I had to open up a ftp connection with that porigram and piggyback of that to open a ftp file in vs code. At long last I get it - great video - great instructions - great presentation - precise and to the point. :¬)
Merci beaucoup! I am glad that you found the video useful and thank you very much for the comment
thank you sir.....😊
Many many many thanks, from tonight i will program mooore faster. Fantastic video!
This channel is awesome!! Very helpful tutorial!
Thank you!!!
nice video raddy, it's really helpfull thanks
i like your keyboard sound
Thank you! I am glad that you found it useful 🦍
Amazing Tutorial, it worked like a charm. Thanks
Cool video! Thanks Raddy!
i think i have a problem with path how to setup path, before path is "/" and i want to give the custom path but after i tried to change then vs display notification that the path is no resource folder
Thanks, man! Very clear and simple. Just wondering , at 3:4x how did you type in a password and it's blotted out? Is that in your screencasting software, or did that while editing the video clip?
I am glad that you liked it. I did it while I was editing the video just in case I forget to delete the login details
Awesome video. I have a question: is it possible to download immediately and automatically the altered file(s) to the localhost too or not?
You can download locally and also create backup files once you edit something. I actually made a second video on this and it's under my channel if you want to check it out. I think that I explain everything in the intro. Thanks for the question
So basically does this ftpsimple extension for vs code do the same thing sftp extension tutorials? Should I use this ? They sent me a webserver to connect and I have my js codes in vscode. I need to be able to download and upload files to this web server. What do you think about that? I am so new to this :(
Very clear explanations, thanks !
Glad it was helpful!
Awesome Content! I used it again. Thank You.
this is working fine
thanks for the guidense ...
Thank you very much!
Keep it up!
I have a ftp server with shockbyte and its for minecraft but when i open a file it doesnt show any text just a blank file what do i do??
It sounds like file premissions. I am not familiar with Shockbyte, but could you log in to your Client Area and change the directory or files to have Read, Write and Execute premissions set to 755?
RaddyTheBrand ill try man but its wierd that it works with filezilla but not vscode
@@CodeZhifty yeah give it a go
Thanks, you helped a lot. I will save this video for future reference.
Thank you for watching! I am glad that you found it useful
Exactly what I needed, thank you for the tutorial/help!
Glad it helped!
Great, it empowered my skills a lot !!
Glad to hear it. Thank you for watching
hello. FTP directory not showing on explorer pane. any idea to fix this? thanks!!
Just what I needed, thanks!
Glad to hear it, Gabriel! Thanks for the comment!
Great video.. I am having some problems. When I save a file, it could take seconds, or even minutes for it to refresh live on the web. Its very difficult to work with it, also, the live server in VS code wont work for me... do you know what the problem could be?
Thank you! Working locally would be much faster. I guess it could be that the files take a second or two to upload. The live server is a strange one. I've never had any problems with it. Maybe try to reinstall it or have a look online to see if anyone else is having similar issues. Maybe is a port issue? Try changing the default one
I appreciated the video. Could you perhaps create a video following on this one on how to structure your site locally vs remotely and how to upload to specific folders. Maybe even shortcuts :)
I assume the directory depends on the json file "path" ?
Just one last mostly important question. Is there an easy way to switch between remote and local files? Does this simply require opening 2 separate work-spaces?
That's a good idea. Yes, the directory depends on the path and as default is just set to '/' and also you can add *backup* option which backs up the files before saving on the server. You can create a local workspace and a server root path which should solve your problem of creating two separate work-spaces. I'll have to look into it over the weekend if I can and maybe do another video. Thanks for your comment!
@Allan Seleguin working on it now! 😋
Thank you!
So clear and useful! Thanks!
Thank you so much bro!
Thank you for watching! 🦍
For Mac the F1 is CMD-Shift-P.
thank you so much - exactly what I needed.
Thank you
Just wanted to ask. I could connect to 1 server, when i try to connect to different folder but same server, file Explorer stays same. I had to go to my local folders, delete temp files then connect again. Then it works. In tterminal output i could see i was successfully connected to specific folder, but explorer shows no different.
Hi and thanks for the video.
I am new with VS Code and want something like this but, if I understood correctly, the idea of this extension is to work with the file from the server. I have the opposite, I have my files local and when I finish I like to upload to the server. Worked fine just every file I have to choose the ftp server and the directory to save the file up there.
Do you know if is there any way to mirror the file structure from the PC to the ftp server? (kind of a typical ftp program: filezilla et al)
You can work locally and right-click on a file to upload it to your server. I would personally make enough changes and then just upload with Filezilla. It is an option, so maybe you could try it and see if you like it. Back up anything before you try it just in case. There is also a backup option that you can set, so every time you make a change the old file goes in a backup folder
@@RaddyDev Thanks. I guess is not an extension for me.
How do you transfer files from local to remote? Is there a window pane to view your remote files as well as local?
Not that I am aware of. It's best to just use FileZilla for that
Thanks for the info. How about changing directories. It tries to open as a file??
I am not sure why that is. Is it the 'path' option that you are looking for?
This wild thing broke me VSC!!!!! All my folder settings are gone. Even after removing the add-on, they did not appear! What to do?????
Thank you, greeting from Bogotá Colombia
Greetings, Herman! I hope that you are doing well
Good tutorial. Thank you & good luck.
Thank you!
Really good! thanks man!
Thank you!
Ok, thanks for the video. It did help me connect to my site but now I have a couple of problems. first off, there are a couple of directories not showing up in the explorer. I probably double-clicked on them checking everything out. They are there. I verified the site is working and I can access the missing directory in another FTP program. How do I get ftp-simple to display these directories? I've closed the connection, closed and re-opened VBS, even rebooted the computer but these directories still will not show up. And - now every time I open VBS, it looks like it's connecting to my host. How do I stop this?
Hey Phil, I haven't used the plugin for a very long time now and I won't be able to help. I am surprised that there hasn't been a new plugin for this
Thank you :)
Great tutorial, help me a lot!
Thanks for the comment, I appreciate it!
Dope. Thanks. Switching to VS Code from Sublime 👌
I do like VSC 👌
That's really helpful, thank you very much : D
Thank you for watching! 👊😎
Thank u so much dude , it helped alot..🙌
Great to hear! Thank you Abhishek
suppose if i create one file via file zilla so how to get that in exists ftp remote connect workspace?
THANK YOU! SO USEFUL!!!!!
Thanks, Bobur. Glad that you found it useful
Great content. Is there a way to run a test before uploading it directly to the server?
You can set up a local development folder and once you are happy with the changes you've made you can upload. You can also enable backups which is fairly useful for keeping old versions of the files.
A lot of people requested this and so I made a new more detailed video which will be uploaded today
Thank you for watching!
Work with subfolders?
Yes it does
Thank you for this very helpful video.
Glad it was helpful! Thank you for watching
Hi is it possible To upload package with commande?
Thank you Sr, very helpful
Thank you for taking the time to leave a nice comment 🙂
Is there a way to rename the FTP main folder or to make it so that it uses a different path in your PC?
thank you for the best way sharing
dude thx very much!! really helpfull!!
Glad to hear that! Thanks for the comment
Hey bro you are really coooool... super coool:) that how IT man should look like... you deserve all my respect bro! definitely subscribe)
Haha thank you! I appreciate it 👊🦍
It shows ftp-simple connects but none of my files upload, if I access my cpanel/file manager ets, there is none of the work I want to upload
getting this issue --- path does not exist.
the path
'c\users\dell\AppData\Roaming\code\user\globalstorage\humy2833.ftp-si...\mysite.com'
does not seem to exist anymore on the disk.
Try setting the path manually to something that you know exists
@@RaddyDev having this now Failed to get server file list : Error: Can't open data connection in passive mode: connect ETIMEDOUT " some ip address like numbers here"
@@ashokrijal3442 it sounds like you are very close!
Try with SFTP.
Set the port number to be 22 and type to be sftp
@@RaddyDev Connect fail : Error: connect ECONNREFUSED 144.76.103.9:22
@@RaddyDev getting this now with port 21 Please wait......Remote Info downloading... You can see 'output console'
i got a problem with big ftp size. When trying to open certain DIR on the ftp the current DIR thats open doesn't want to disappear in the explorer tab
ok got it sorted, if anyone stuck. You got to close the folder first. File -> Close folder. Then open ftp again to DIR
keep it going bro !
Thank you brother!
thanks! Worked perfect for me!
I am glad that it worked. Thanks for watching! 🦍
thanks for this explanation
Glad it was helpful!
After FTP is setup, nothing happens when running Remote Directory. Only get FTP close!! as response..
It's the output tab and then you need to select ftp simple. See what it says there and if it is "FTP connecting... FTP close..." Your connection details are not correct. If there is anything I can help with let me know. Of course there are other good alternatives like FileZilla
you're AMAZING! THANK U DUDE
Thank you for watching! 👊😎
great video...thank you mate
Thank you!
Hey man! Great video, this has been much easier to understand than 99% of other tutorials! Unfortunately I have ran into a problem when connecting to the FTP. I am getting a message in the output saying 'FTP - close!!'. Could you help please?
I have tried the credentials on FileZilla and it connects as expected
@@chezzknee8858 In this case the only thing that could be the problem is the type.
type - string - (option) ftp type. 'ftp' or 'sftp' (Default: : 'ftp'). If 'ftp' does not work, try 'ftp2'.
If you are using SFTP port is 22, FTP 21, and you can also try ftp2
add these two lines at the bottom of your configuration: "secure": true, "secureOptions": { "rejectUnauthorized": false }. It works for me
very well explained
Glad you think so!
Thank you this great tutorial. Only one thing is not working. When i change some style and after saving it is uploading to the server. But the changis does not apply when i refress the page in the same browser or in the different one. I know that in localhost you need to run npm run watch. Do you have any idea why happening this?
It could be that you have a server cache that needs cleaning. It sounds like this could be the problem
like the extension video :) but my search and replace not working any idea how?
The standard Visual Studio Code search and replace?
Open Search and Replace -
Mac: cmd + shift + h
Win: control + shift + h
Write the word that you want to replace and add the replacement word.
Then do:
Mac: alt + cmd + enter
Win: alt + control + enter
Or click on the icon next to the replacement word (next to second input)
I hope this helps, and thank you for your comment!
@@RaddyDev Thnx for you response it work only if the file tab is click open which you can search and replace. Other possible key words in the same folder don't show up on result.
for example with ftp-simple: you wanna replace logo.jpg in your public html.
search: logo.jpg
result: only the ones which file is open (index.html)
* but my logo is also on other files like about.html | service.html | contact.html (these file tab is not open but in the same directory of the index.html)
But the normal offline workspace it search every possible key word or line of code without opening the file.
then i get result across the whole folder which is selected and open in the VSC
I understand now and that's not good. I will try it on my PC, but I assume that it's going to be the same
Awesome bro..
Thanks, brother!
Nice. Thank you
Thank you, a small question, I used to have VS community and when I search for anything I get results from all the directory the code I searched for. Using VS Code and connected successfully to FTP I keep getting "No results were found" every time I search for anything. Any ideas to fix this issue would be greatly appreciated.
I haven't used the plugin in a long time, but I will check today and if I find a fix I will let you know. I wonder if it's because the files don't get downloaded or something like that
@@RaddyDev thank you,
After many trials I made on the program I found out the search wasn't working because VS Code had a connection via ftp and the files had not been downloaded instead they've information and if opened then it gets downloaded. I tried with local folder and search worked.
The issue is if it were a way to keep files both locally and get updated if changed automatically on the server just like onedrive for example.
Thanks in advance, your help is much appreciated!
Thank You buddy
You got a sub
Thank you for the support! 👊🦍
Thank you man!
Happy to help! Thank you for watching
Hi
I followed your tutorial and it worked but today i tried to connect and the terminal tell me that the ftp is close. I retry to open but nothing. Help :/
That's a strange one. Did you change passwords or something? It's hard to say what it could be
Does anyone know why when enter a subdirectory it shows a file with the name [DIR] instead of a folder?
thanks a lot dude
Thank you, bro .. :)
Thanks
Thank you for watching
When i open my directory I cant see the files on the left. Can you help me?
When you create your FTP account make sure that you point it to the root folder of your project. Sometimes it likes to create a new folder name with the username and points you there which is an empty folder if that makes sense. Let me know if you still have problems and I'll be happy to help
Your name occupy all my horizontal entire screen
@@Kevinproducciones2 What do you mean?
Sure its good for uploading files to server. But most of the times we need to download specific files or folders (not entire server files) from remote server and then make changes. The how exactly we can do this with ftp-simple editor? I use atom editor just because of the extension remote-ftp which provides remote file explorer on sidebar, where you can browse and download specific files just by right clicking. I don't see any ftp package of vscode provide that.
Many people have said that the Atom remote-ftp is much better. I am hoping that we get something better for VSC soon. I did a second more detailed video on this if you want to check it out. I think that it's a little bit longer
Amazing Working!
Thanks!
Does this mirror entire website on local machine and then simply sync the two versions when we open or save file? If this is going to mirror the entire website first, it's certainly not the smart way to do it and it will make my life with larger websites very difficult.
There are quite a few options I think
Thanks!!!!
Thank you!
How to prevent ftp from uploading certain files like PSD files. Or other non optimized files. Since they have high storage size.
It looks like you can only ignore specific folders. I guess you could create a PSD folder to store your files and then ignore it.
This is from the documentation:
ignore - array - (option) Only 'Remote directory open to workspace' option. Path to be ignore. Use glog pattern. (Caution : server path (ex:/home) + ignore pattern (ex:/**/node_modules) => /home/**/node_modules)
@@RaddyDev Thanks for the answer.
Can you suggest a good way to automate my website upload ?
In my workflow, to save time, I keep all PSD files and images in same folder. So, I can edit the images and overwrite, without selecting a save path. Sometimes, there are Illustrator and After Effects files.
Right now I copy everything to an upload folder and manually delete the PSD and other workfiles. Then, I zip the upload folder and deploy to hosting path, unzip there. I think Zip is optional if using ftp. Any VSCode plugin or something like npm module, webpack, babel. That can automate everything.
It's a tough one. Could you integrate publishing your website changes with GitHub? You could use .git ignore to specify the files and folders that you don't want to push. Some of the modern hosting providers make the integration easy, but I understand that not all have that option
Thanks Raddy for your work.
Could you please explain me the steps to how can I fix the issue in my WordPress site with dev tools and pagespeed insights? They are used an program like visual studio code to modify the code.
Please help me and show the way to get fast my website.
Thanks in advanced.
One of the first videos I made was "How to speed up your WordPress website in 2019". Maybe that would help.
It depends on the issues you have. It could be that you are using a multi-purpose theme, you have large images that need optimising, you have too many plugins installed or even bad plugins and so on. Read what the PageSpeed Insights tell you and then you should be able to find the answers to your problem.
Minifying, caching and using CDN could also help. There are a lot of great plugins that can help you do all that. I hope this helps
@@RaddyDev thanks for reply.
I would like to solve that issue using Dev tools.but is not enough to solve the problems.I seen few tutorials web dev tools about how they can easily solve to much issue using Dev tools and another program maibe like a visual studio code.
Can you please look here:
DiagnosticsMore information about the performance of your application. These numbers don't directly affect the Performance score.
Ensure text remains visible during webfont load
Reduce the impact of third-party code Third-party code blocked the main thread for 3,860 ms
Avoid document.write()
Minimize main-thread work 12.3 s
Reduce JavaScript execution time 9.2 s
@@RaddyDev sometimes I have issue about preload key requests.
...icomoon/icomoon.woff
I fund the fix but I don't know how can I modify this.
Could you explain me please
@@fabianamadeus8122 Backup your website before you do any code modifications.
If you are struggling with FTP Simple and you have cPanel on your hosting you could login, go to your file manager and find the files there. You can right-click and Edit the files on the server. Ideally, you would have your website set up locally on your computer, so you can edit it/ develop it without breaking the live site.
@@RaddyDev ok.Raddy.
Thank you very much!
I hope you can assist me to do this.
So,I choose if you think is better the last your recomandation using local host.
How can I do this?
Could you recommend me a backup program?
Thanks Man. GOD BLESS
Thank you for watching, brother! 👊🦍
when i press f1 it does not open the serach bar but open the windows help, kindly tell me the alternative of it?
Ctrl + Shift + P
One more confusion sir
When i make changes in the code terminal says changes has been uploaded into the server but i can not see them actually on the website??
@@shaharyarsaleem4857 hmm that's strange. I wonder if it has anything to do with folder permissions?
@@shaharyarsaleem4857 is it with css? Because that's usually saved in the cache same with js