Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FTP: Is it possible to upload only a specific file or folder? #81

Open
Phonbopit opened this issue Nov 24, 2014 · 1 comment
Open

FTP: Is it possible to upload only a specific file or folder? #81

Phonbopit opened this issue Nov 24, 2014 · 1 comment

Comments

@Phonbopit
Copy link

I use FTP method. It upload all files and folder in build folder, but my website have a lot of images Can I avoid to upload my images folder ?

@toobulkeh
Copy link

Instead of removing a specific folder, it'd probably be wiser to see if specific files have changed.

This (probably) isn't built-in like git or rsync, so it probably will have to download the files to md5sum them or something to do a manual compare, but in general download speeds are better than upload speeds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants