QuickFTP Server 4+
Leszek Szary
-
- Free
Screenshots
Description
QuickFTP Server allows sharing files saved on your Mac with other devices. FTP is a standard network protocol supported by various applications available on almost any device with a network connection. With QuickFTP Server you can easily transfer your files between many devices.
What’s New
Version 1.0.8
Minor bug fixes.
Ratings and Reviews
Super Simple to Use
My only complaint is that there's no way to have the server automatically start running when launched (automatically when computer boots up). So you have to manually start the server anytime the computer restarts.
Quick and easy to bring up an simple FTP
As we known, FTP is unsafe than SFTP or FTPS, but we still need it for some other old devices, e.g. my old Dell Scanner. My Dell E515dw scanner can't work with my Macbook Big Sur(though it works well as a printer with my Macbook) because Dell didn't update their scanner driver for Big Sur. So I can't scan my file to my macbook. I also tried to scan and send through SMTP with Gmail, but Gmail only support SSL/TLS smtp, which doesn't supported by my old Dell Scanner. Finnally, I noticed that I can scan and send through FTP. Unfortunately, Big Sur removed the built-in FTP support. So I tried with thie QuickFTP. It's really easy to use and configure. Now I can scan my files and send to my macbook easily. Awesome! BTW, security tips: 1. Only start QuickFTP when you need it 2. Use another Port number instead of 21 if possible 3. Use a complicated password
Auto Start Script Attached
I couldn't stand it anymore, I wrote the following script to fully automate the starting of the server.
Cut and paste the following & save it as an application. Then install in the user login to fully automate when the computer is booted. Enjoy ;)
tell application "QuickFTP" to activate
-- Click the “Start Server” button.
set timeoutSeconds to 0.0
set uiScript to "click UI Element \"Start Server\" of group 1 of window \"QuickFTP Server\" of application process \"QuickFTP\""
my doWithTimeout(uiScript, timeoutSeconds)
-- Click the “<fill in title>” button.
set timeoutSeconds to 0.0
set uiScript to "click UI Element 4 of window \"QuickFTP Server\" of application process \"QuickFTP\""
my doWithTimeout(uiScript, timeoutSeconds)
on doWithTimeout(uiScript, timeoutSeconds)
set endDate to (current date) timeoutSeconds
repeat
try
run script "tell application \"System Events\"
" & uiScript & "
end tell"
exit repeat
on error errorMessage
if ((current date) > endDate) then
error "Can not " & uiScript
end if
end try
end repeat
end doWithTimeout
App Privacy
The developer, Leszek Szary, indicated that the app’s privacy practices may include handling of data as described below. For more information, see the developer’s privacy policy.
Data Not Collected
The developer does not collect any data from this app.
Privacy practices may vary, for example, based on the features you use or your age. Learn More
Information
- Seller
- Leszek Szary
- Size
- 4 MB
- Category
- Utilities
- Compatibility
-
- Mac
- Requires macOS 10.13 or later.
- Languages
-
English
- Age Rating
- 4+
- Copyright
- © 2019 Leszek Szary
- Price
- Free