Hello, I am having trouble with clients logging in using the https connection. When they log in using an FTP client (transmit on the mac) the connection is ...
In the server prefs, server items...you have both a FTP and HTTP item in there. Click on the HTTP item, and click the button that says "(This Server)" and set...
Ben, Thank you for your timely reply! This indeed fixed the problem. (I'm not sure how it forgot - it has been running for weeks - but I'm glad it's back) ...
So I have a user that for some reason I can't get FTPS to work. Changed his FileZilla client to use SFTP instead, small files transfer however larger files...
Make sure they are using the most recent version of Filezilla. Older versions had SFTP bugs. As for FTPS, does your server pass the test on my diagnostic...
Good point. I was going to have them get the latest FileZilla, might to have try goFTP as well. But we will see how SFTP goes with the latest FZ. FTPS works...
Yeah, I replied to your email.... The slowdown is something that Filezilla did in older versions...so I suspect the newest version will be fine. Let me know, ...
Does CrushFTP offer the ability to get/send an email notification when a user reaches the (real file) quota on any given directory? Also, I'm blocking certain...
Currently there are no notification options for these two types of events. I am adding this email to my feature request list though. Thanks, Ben ... [Non-text...
I am trying to get a Mini-URL to reference a folder not on the primary drive. I can't seem to get the "path" setting correct. When setting up the user I've...
I was wondering what information you might have about the new airport extreme and ftps as both my ftp and https servers work fine yet ftps will not. I've come...
When using encryption, you need to specify the ports that are always mapped through ont he router, and not rely on the router to do its automatic port ...
I do currently have a few ports mapped through the new router. I've always used the upper end of the port spectrum (65530-65535). I realize these are not...
Disable the ftp aware router option in the server prefs as well. Set CrushFTP to use those ports too. Let me know, Ben ... [Non-text portions of this message...
Disabling the "ftp aware router" option in the server prefs stops the ftp server from working correctly (i.e. I can't even get a directory listing after...
Problem solved! I downgraded to airport firmware 7.2.1 from 7.3.2 and FTPS works without any setting changes. Thanks for your time. ... the ... the ... ...
This morning, after our routine reboot of a Windows 2003 Server, the Default Website in IIs Admin was disabled prohibiting other apps that rely on the default...
This has to do with ports...its the only way CrushFTP has any interaction with other applications. Since both apps were a service at startup, it was a race to...
If there are dot files, and they are hidden, an FTP client will be unable to delete a folder containing them. That is about the only side effect. Thanks, Ben ...
I use that to my advantage to prevent users from deleting folders I don't want them to remove. I make a .do_not_remove and then chown root:root && chmod 400...
hello is it possible to automaticly generate miniURLs from uploded files with mailevents, the action "Send Email und run Plugin" and the miniUrlManager plugin...
Hello, This concerns the CrushSQL plugin. Seems that the "CREATE TABLE events" script is incompatible with Oracle because it has two columns that use Oracle...
Grab my early access build. To work around this issue, I added a special case for Oracle. Name any incompatible columns as: oracle_<column name> So it would...
Not exactly. The additional feature lets you generate MiniURLs via a HTML page where you can just enter the data and submit it. You could utilize this ability...
Hello, Using 4.8_52 on windows2003. Nothing major, but when I create a clone of the crushSQL plugin, the help tab for the clone displays HTML tags instead of...
Hi Ben, I'm trying to get my custom upload form to integrate with crushSQL. I want to have the data from the upload form populate a table. Any advice on how to...