Open namashin opened 3 months ago
Hi,
Could you please approve the workflows required for this pull request? There are three workflows awaiting approval. Additionally, I have added the necessary signatures to all commits to meet the base branch requirements.
Thank you for your assistance!
Best regards,
This pull request adds support for the STAT command to the FTP client, as well as the corresponding tests to ensure its correct functionality.
Changes:
Stat
method inftp.go
to issue the STAT FTP command and return the status of a file or directory.TestServerConn_Stat
function inclient_test.go
to test the newStat
method.Testing:
Stat
method returns the correct status for both the directory and the file.This enhancement provides additional functionality to the FTP client, allowing users to retrieve status information about files and directories on the server.