steelbrain / steelbrain/node-ssh
Is it possible to set transfer mode (binary or ascii) when calling `putFile`
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 94
- PR merge metrics
- No merged PRs in 30d
Description
Hello.
We are uploading XML file (around 2 MB) via FTP using putFile method, and sometimes XML file is malformed after upload.
That kind of issue can happen when using ASCII transfer mode for non-ASCII files.
Is it possible to set transfer mode when calling putFile?
Thank you!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue identifies the putFile method and the requested binary or ASCII transfer mode, but no implementation file or test is named. Locate putFile and its existing tests, then determine how transfer mode is currently handled. Done should include a way to select the mode when calling putFile and coverage showing the selected mode is used.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100