FtpGoServer icon

FtpGoServer

2 big stars
FtpGoServer screenshot
Name: FtpGoServer
Works on: windowsWindows 7 and above
Developer: Colin Mummery
Version: 1.7
Last Updated: 21 Mar 2017
Release: 11 Dec 2012
Category: Internet > Servers
Rate this software:
291 downloads
screenshotsView Screenshots(2)
commentsComments
downloadDownload
Liked it? Tell others:
details

FtpGoServer Details

Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012
SHA1 Hash: 12dfaec26a4b1ce3fe51f4d4e97da404dd6ef196
Size: 99.42 KB
File Format: zip
Rating: 2.260869565 out of 5 based on 23 user ratings
Downloads: 291
License: Free
FtpGoServer is a free software by Colin Mummery and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download FtpGoServer which is 99.42 KB in size and belongs to the software category Servers.
FtpGoServer was released on 2012-12-11 and last updated on our database on 2017-03-21 and is currently at version 1.7.
download button
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
features

FtpGoServer Description

The FtpGoServer application was designed to be a simple, fast and very small Java FTP server that can be used on your PC, Mac or Linux machine to allow remote FTP access to a selected part of a computers file system.

Operational notes

Commands supported are USER, PASS, SYST, PWD, PORT, PASV, LIST, STOR, RETR, MKD, CWD, SIZE, CDUP, DELE, RMD, TYPE, RNFR, RNTO and QUIT.
The apparent file system root for clients is set at startup. This is the only setting that is kept on disk and that is remembered between sessions.
The CWD command is not allowed to make the working directory anything that is not below the root or is the root itself.
The CDUP command will stop at the root and cannot go above it.
TYPE commands always get a positive response but have no meaning. All data transfers will occur in binary (TYPE I) format except for output from the LIST command which is in the default Ascii (TYPE A) format.
If no passwords are set then the PASS command has no meaning but still gets a positive response.
The USER command always gets a positive response but has no meaning, security is checked with PASS only.
RMD can only remove empty directories.
Passwords are entered at runtime and are never stored on disk.
The PWD command response is the virtual path name relative to the assigned root in the local file system. The local root itself is designated as "/". Full local pathnames are never returned.

File locking

Simultaneous reads should cause no problems however there is no explicit file locking done when a file is being written to. The underlying platform file system will determine how conflicts are resolved. If a file cant be opened for one operation because it is being used for another purpose by another user then an exception will likely be thrown. This exception will be caught by the server code and the connection attempting the open will be closed.

Logging

The only logging of activity that takes place while the server is running is the totals of uploads and downloads (shown in Megabytes). Additionally the Java console, if its open, will show any error conditions that are occurring and this can aid problem solving.

Timeouts

The server uses the default settings for all Java sockets. The control socket can optionally have a time out set so that after no control channel activity for 20 minutes, a session will be ended by the sever.
Character encodings
Character encoding for reads and writes on the control socket are explicitly set to "US-ASCII".

Garbage collection

A lot of objects, mainly Strings, are created during an FTP session. Garbage collection is requested after a LIST command has been serviced and when an individual login session ends and that thread exits.System requirementsJava runtime
screenshots

FtpGoServer Screenshots

FtpGoServer screenshot 1 FtpGoServer screenshot 2
similarSimilar Software
P4FTP icon
P4FTP
v 2015.1
free
TurboFTP Server icon
TurboFTP Server
v 1.42
non-free