Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FormatException FormatException: Unexpected extension byte (at offset 38)) #23

Open
sitakanta136 opened this issue Feb 10, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@sitakanta136
Copy link

Exception : ftpClient.connect(); this line

FTPClient ftpClient = FTPClient('192.168.0.1',
port: 22,
user: 'root',
pass: 'IQANIOT850',
debug: true); // Connect to FTP Server
ftpClient.connect(); //Exception in Connection
debugPrint("Connected successfully");
debugPrint(ftpClient.currentDirectory());
try {
// Upload File
ftpClient.uploadFile(File('assets/situ.txt'));
} finally {
// Disconnect
ftpClient.disconnect();
}

@sitakanta136 sitakanta136 added the bug Something isn't working label Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant