ftp
ftp copied to clipboard
FTP client package for Go
Currently, our FTP client does not support the QUOTE command, which is essential for sending raw, uninterpreted commands directly to the FTP server. Implementing this feature would greatly enhance the...
Small improvement: being able to set the client name through the CLNT command. There's no RFC for this, but is understood by some servers: http://proftpd.org/docs/howto/FTP.html
**Describe the bug** I use the Walk method to get the file traversal, but can not get the file in the directory, but there are files in the directory **To...