I am using WAMP for my Local Server in Windows 7. I want to upload my files from a particular folder to my Live Server automatically. Is there any freeware software or anything that will serve my purpose.
Thanks in advance for helping me.
You can use WatchDirectory to scan your defined folder and upload only if the file is edited or new file is added to the folder. You can use this for 30 Days trial period.
Related
I need to be able to upload a local folder (created daily) to a remote FTP everyday.
I’ve messed with WinSCP file masks (i.e. put -filemask="*>=today" C:\local\ /) and ran into issues where it would upload the latest folder (contained subfiles) but it would also upload the rest of the folders in the directory. (they were empty) I then realized filemasks only works specifically for files, not folders.
I then came across this thread: Download files newer than X days from SFTP server with WinSCP, skipping folders that do not contain any matching files
User had the same issue except he was going Remote -> Local whereas I need the opposite, solution was to use PowerShell
Considering that thread is a couple years old, does WinSCP scripting now support such a feature? Unfortunately I’m a bit of a novice with PowerShell.
Thanks for your time.
WinSCP does not support time constraints for folders.
But what has changed (since the other question) is that now you can prevent WinSCP from creating the empty folders. Use -rawtransfersettings switch with ExcludeEmptyDirectories setting.
put -rawtransfersettings ExcludeEmptyDirectories=1 -filemask="*>=today" C:\local\ /
If you really need to upload the latest folder (as opposite to uploading the folder with the latest files), using WinSCP .NET assembly from your favourite language (like PowerShell) is still the way to go, as shown in the other question.
I used to use Dreamweaver. I've a huge Classic ASP website. I edit the files on my local system, and when done, I can upload the file(s) via ftp to the remote webserver. Now, I try to switch to VSCode. I've installed ftp-simple, ftp-sync and deploy. But can't find the set-up to get a Dreamweaver like behaviour. Eg, I have to locate for each file I want to upload/deploy, the exact location in the remote file tree.
I really feel like deploy deserves more attention. I spent the past 4 days or so to find an extension that does just that. Auto-upload to an ftp-folder from a local folder. I wanted to make git work for my website, but couldn't get that to work on the server with ftp-simple or ftp-sync because those extensions only download the opened files or open in a different temporary folder each time. I set up deploy now and got exactly what I wanted thanks to your tiny comment, thank you!
(I'm sorry if this post is too old to comment on, but I browsed Stack overflow for days to find this, so I thought it might help others in the future to point this out.)
it sounds like your just missing your mapping configuration. Most text editor FTP packages include a configuration file where you specify the server, your credentials, and the root folder of your ftp server. Have you specified this?
I recently installed XAMPP on my mac. I am trying to copy the files from Desktop folder to htdocs folder.
The folder I m trying to copy is about 5 MB. But it's taking very long time in copying the files. Also I am observing a lag while trying to edit the files on this folder.
You can see the clock symbol on billingnew folder.
How can I solve this problem ?
Edit : The solution is to download the correct version of xampp. I had downloaded the VM version.
I have the same problem on my iMac. I could not find a solution to this problem. There is a workaround to bypass this huge delays. Comprise the all files to a zip or rar and in addition copy it to the htdocs folder. Somehow it is not that horrible if you just copy one single file.
Hopefully this bypass can improve your workflow.
People also discussed this problem in this thread
Otherwise I would use the normal XAMPP-Version. On the official website you can choose the vm version or the non vm version. Download area for XAMPP
I have config a application reference to download folder in IIS 7 (Window server 2008) to allow user download zip file. But when I delete or update file, the user still download this file at this time it has not been deleted or modified.
Any body meet the same situation with me? Please help me out.
I've found out a solution for this question. Very easy, just add "?v=" to the end of download link.
I have allowed extensions gif/png/xls/xlsx. All of them work on local server. On live server only gif and png works no excel files.
I read about this bug in codeigniter 2.1.0 which was causing such behavior but I am using version 2.1.4. and as said it works on local server so I assume this should not be the causing problem.
That leaves me with the idea that my host account on godaddy does not allow excel uploads. But that also seems to be unreasonable to me. Does anybody have an idea? Thanks in advance.
Did you checked the extension? Please check when you post the file and check. Also check the mime config file. If the extension not found in that file add there.
something similar to this can found here